Google calendar event api - How to set “modify event” to true in Author's calender?

送分小仙女□ 提交于 2019-12-13 07:57:02

问题


I have a requirement of setting "Modify Event" to true in Author's calender. - An user used to send API query is one of the Guest user added as a participant when an event was created.

  • Is it possible to get write access to some other user's calender events?

Any help is greatly appreciated.


回答1:


Figured this out:

You need to create "Service account" through Google Developer Console. And use this user for making API calls. When you need to update events created by other google user, you need to impersonate this user by service account and then service account will be able to make modifications to that event.



来源:https://stackoverflow.com/questions/22797985/google-calendar-event-api-how-to-set-modify-event-to-true-in-authors-calend

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!