Search code examples
rubygoogle-calendar-apigoogle-api-client

Set modify event to true while creating an event in google calendar


Is there a way to set the value of modify event to true while creating an event? I am using google-api-client gem. I want the invited participant to be able edit the google calendar event as well

BTW I have found this solution but is there another way to do it? If i follow that approach, the events will be created in the service account and not in the user's account.


Solution

  • I found an answer. https://developers.google.com/google-apps/calendar/v3/reference/events#resource i needed to add "guestsCanModify": true