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.
I found an answer. https://developers.google.com/google-apps/calendar/v3/reference/events#resource i needed to add "guestsCanModify": true