Retrieving the Hangouts link after creating the event and designating an attendee as a co-organizer in apps script for an event
I’m developing an automation script using Google Apps Script to streamline the process of creating events in Google Calendar from data stored in a Google Sheets spreadsheet. My problems here are:
Retrieving the Hangouts link after creating the event: I need assistance with retrieving the Hangouts link associated with a calendar event immediately after creating it through Apps Script. This link is essential for integrating video conferencing functionality into the events.
Designating an attendee as a co-organizer: I would also like to designate one of the attendees as a co-organizer of the event. However, I’m unsure about the specific method or property to use in Google Apps Script to achieve this.