Accessing shared calendar using the O365 REST API

早过忘川 提交于 2019-12-13 06:57:30

问题


I was reading question asked previously Office 365 shared calendars

Is the options to access shared calendars of authenticated user using Oauth to authenticate available now ?

Basically I am trying to implement a service using "OAuth2 client credential flow", but I want to access a calendar only if it is shared with a particular user using rest api call: https://outlook.office365.com/api/v1.0/Users/"+emailId+"/calendargroups/"+"group id of Other Calendars"+"/calendars/{calendar_id of shared calendar}.


回答1:


UPDATE: This is now supported. There are new scopes to enable this. For example, if you used Calendar.Read before, you would use Calendar.Read.Shared to enable reading of shared calendars.



来源:https://stackoverflow.com/questions/28365024/accessing-shared-calendar-using-the-o365-rest-api

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