0

我可以像下面这样阅读我的日历视图:

https://outlook.office.com/api/v2.0/me/calendarview?startDateTime=2017-03-20T01:00:00&endDateTime=2017-3-20T23:00:00&$select=Subject,Organizer,Start,End

通过在请求标头中传递 accesstoken。

我无法在文档中找到一种方法,通过传递电子邮件/ID 来获取组织中不同联系人的日历视图。有没有办法做到这一点?

4

1 回答 1

0

我自己找到了答案。

下面是获取联系人日历的 API 调用。

https://outlook.office.com/api/v2.0/users/@emailAdderess/calendarview?startDateTime=2017-03-23T01:00:00&endDateTime=2017-3-23T23:00:00
于 2017-03-24T13:53:48.777 回答