在 google 日历中创建事件时将修改事件设置为 true

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

有没有办法在创建事件时将 modify event 的值设置为 true?我正在使用 google-api-客户端 gem。我希望受邀参与者也能够编辑 google 日历活动

顺便说一句,我找到了 solution 但是还有其他方法吗?如果我采用这种方法,事件将在服务帐户中创建,而不是在用户帐户中创建。

我找到了答案。 https://developers.google.com/google-apps/calendar/v3/reference/events#resource 我需要添加 "guestsCanModify": true