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.
相关问题
- Invalidate Google Cloud CDN cache from the backend
- Getting 'Missing required field: member' w
- Script fails on SpreadsheetApp.openById - Requires
- Is service account in google calendar api v3 the r
- File upload via REST v3 appears as “Untitled”
相关文章
- How to embed Google Speech to Text API in Python p
- Does google-hosted jquery helps google to track vi
- Is there a google API to read cached content? [clo
- Creating GoogleApiClient for multiple activities
- Google Calendar - Permission to Access
- Google OAuth 2: response_type error on token reque
- Google OAuth 2 redirect_uri_mismatch - OmniAuth Ra
- how to implement Google Login API in VueJS?
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
There is currently no direct API for Google Meet
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. :)
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.