我可以像下面这样阅读我的日历视图:
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。
我无法在文档中找到一种方法来通过传递电子邮件/身份证来获取组织中不同联系人的日历视图。有没有办法实现这个目标?
答案 0 :(得分:0)
我自己找到了答案。
以下是获取联系人日历的API调用。
https://outlook.office.com/api/v2.0/users/@emailAdderess/calendarview?startDateTime=2017-03-23T01:00:00&endDateTime=2017-3-23T23:00:00