我开发了asp.net应用程序,使用google calendar api和oAuth2身份验证从谷歌检索日历事件。 我能够从任何问题中阅读日历中的事件。 但是,在将事件从主日历移动到另一个日历时,我面临的权限问题不足。
答案 0 :(得分:0)
需要为read.net和manage管理添加范围,如下所述asp.net static string [] Scopes = {CalendarService.Scope.Calendar,CalendarService.Scope.CalendarReadonly};