在 outlook 365 中读取联系人的日历视图 API
Read calender view of a contact in outlook365 API
我可以像下面这样阅读我的日历视图:
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
通过在请求中传递访问令牌 header。
我无法在文档中找到通过传递email/Id 获取组织中不同联系人的日历视图的方法。有办法实现吗?
我自己找到了答案。
下面是获取联系人日历的 API 调用。
https://outlook.office.com/api/v2.0/users/@emailAdderess/calendarview?startDateTime=2017-03-23T01:00:00&endDateTime=2017-3-23T23:00:00
我可以像下面这样阅读我的日历视图:
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
通过在请求中传递访问令牌 header。
我无法在文档中找到通过传递email/Id 获取组织中不同联系人的日历视图的方法。有办法实现吗?
我自己找到了答案。
下面是获取联系人日历的 API 调用。
https://outlook.office.com/api/v2.0/users/@emailAdderess/calendarview?startDateTime=2017-03-23T01:00:00&endDateTime=2017-3-23T23:00:00