Make attendees the Organizer of the event in Google meet using Calender API

I want to make one of the attendee as the organizer of the event. By organizer I mean the one who can permit someone to enter the meeting. The organizer is having a an email with different sub-domain. How can I do it ?

enter image description here I tried adding these properties in the event object but it didn't work. anyoneCanAddSelf: false, visibility: 'private', organizer: { emailAddress: { address: externalId ?? mentor.email }, self: true, },

Upvotes: 0

Views: 63

Answers (0)

Related Questions