使用 O365 REST 访问共享日历 API

Accessing shared calendar using the O365 REST API

我正在阅读之前提出的问题 Office 365 shared calendars

现在是否可以使用 Oauth 验证访问已验证用户的共享日历的选项?

基本上,我正在尝试使用 "OAuth2 client credential flow" 实现一项服务,但我只想访问一个日历,前提是它使用 rest api 调用与特定用户共享: https://outlook.office365.com/api/v1.0/Users/"+emailId+"/calendargroups/"+"group id of Other Calendars"+"/calendars/{calendar_id 共享日历}.

更新:现在支持。有新的作用域可以实现这一点。例如,如果您之前使用 Calendar.Read,您将使用 Calendar.Read.Shared 来启用共享日历的读取。