In my angular app, I'm providing a field for meeting link submission where users can put google meet link and submit it. I'm planning to provide a Generate google meet link button which will generate a new google meet meeting link. I've seen the google calendar API but it seems like it is required to create a meeting on google calendar for getting a google meet link. Is there a way to get a google meet link without creating a meeting on google calendar?
Asked
Active
Viewed 2,053 times
0
-
Does this answer your question? [Is there direct API for Google Meet?](https://stackoverflow.com/questions/61216047/is-there-direct-api-for-google-meet) – 2br-2b Apr 12 '21 at 19:40
-
@2br-2b this thread does not contain any solution actually... I'm not looking for any direct api. – Shahriar Rahman Zahin Apr 13 '21 at 07:02
-
@DaImTo I'm already creating calendar events using iCalendar .ics file! So, I just want google meet link now as I already have that meeting created – Shahriar Rahman Zahin Apr 13 '21 at 07:05
-
@DaImTo I'm currently not using any api, I'm looking for a solution – Shahriar Rahman Zahin Apr 13 '21 at 07:11