Is there direct API for Google Meet?

2020-08-12 04:09发布

问题:

Is there any API for creating a new meeting in Google Meet ? There is button Create new meeting on https://meet.google.com/ and I want to do something similar using API
I know that it is possible to create meeting using Google Calendar API but I'm looking for direct API for Google Meet without creating calendar event.

回答1:

There is currently no direct API for Google Meet



回答2:

It is now possible to create a new meet by going to this url: http://meet.google.com/new

That being said, it's not immediately obvious how you could get the link for the generated meet.



回答3:

Try http://g.co/meet/yourmeetingname. This redirects to the same meeting URL if they're on the same Google Apps account.

Found this at https://gsuiteupdates.googleblog.com/2020/03/hangouts-meet-edu-updates.html



回答4:

For your specific purpose of creating a Google Meet meeting with an API call without using the Google Calendar API I am afraid there is no other Google API service to achieve this at the moment of this answer.

I hope this has helped you. Let me know if you need anything else or if you did not understood something. :)