Generating a Google Hanghouts meeting URL
Asked Answered
D

2

3

I'd like my website to be able to programmatically generate Hangouts URLs that can be forwarded to specific users in order for them to join the same meeting. To my understanding, this would be possible by scheduling an event via Google Calendar. Is there a way to do the same without relying on Google Calendar, meaning via an API call or something similar?

Dreeda answered 27/2, 2016 at 12:27 Comment(1)
There's no indication of creating hangoutsLink outside of Calendar API, it seems its the only option we have at the moment. The Google+ Hangouts API deals with creating apps inside a Hangout. The only reference we have for it is inside the EventsBackwoodsman
N
4

You can now quickly create a new meeting by going to

http://meet.google.com/new

This makes for an excellent bookmark!

Nonie answered 23/2, 2021 at 16:33 Comment(0)
E
2

Meeting URLs can be generated with no API calls. Try:

g.co/hangout/yourdomain.com/letshangout

However, guests who aren't part of your domain won't be able to join until a domain member joins and changed to hangout privacy to anyone with the link.

Expectant answered 28/2, 2016 at 14:53 Comment(2)
This URL is no longer valid after the transition to Google Meet.Inodorous
@Inodorous check my answer for the new URL!Nonie

© 2022 - 2024 — McMap. All rights reserved.