I’m working with the Google Calendar API and have successfully created events via the API, including adding attendees. My Google account is the organizer of the event.
On the Google Calendar web interface, I can generate an invite link for the event and share it with others. However, I want to achieve the same functionality programmatically using the Google Calendar API instead of manually using the web interface.
Does the Google Calendar API provide a way to generate this invite link? If so, how can I access or create it?
I’m working with the Google Calendar API and have successfully created events via the API, including adding attendees. My Google account is the organizer of the event.
On the Google Calendar web interface, I can generate an invite link for the event and share it with others. However, I want to achieve the same functionality programmatically using the Google Calendar API instead of manually using the web interface.
Does the Google Calendar API provide a way to generate this invite link? If so, how can I access or create it?
Please see the following:
https://developers.google.com/calendar/api/v3/reference/events/insert
I'm not sure which language you're using, but you can get the link from the htmlLink
object.
event_id
. Instead, it creates an event directly on their calendar. – hunglt.ee Commented Jan 2 at 7:19