我需要使用Graph API获取有关共享日历的信息(事件和任务)。 在我的Office365帐户中,我有几个共享日历(其他人与我共享的日历),我对这些日历有任何特权:从客户端或浏览器我可以读/写约会和任务。所以我不明白为什么我无法使用Graph API检索有关这些共享日历的信息。我试过了
https://graph.microsoft.com/v1.0/me/calendars
但我只收到我的个人日历,
https://graph.microsoft.com/beta/me/calendarGroups/{shared-calendar-group-id}/calendars
但我得到一个空洞的回答。 有人能帮助我吗?
答案 0 :(得分:1)
获取共享日历
https://graph.microsoft.com/v1.0/users('user id who shared the calendar to you')/calendars