Smi*_*esh 5 microsoft-graph-api
给定 startDateTime 和 endDateTime,我正在尝试使用 Microsoft 图形 API 获取会议室日历中的所有事件。我尝试了以下 API -
1. https://graph.microsoft.com/v1.0/users/{id}/events?startDateTime=2017-03-20T05:00:00.0000000&endDateTime=2017-04-06T21:00:00.0000000
2.https://graph.microsoft.com/v1.0/users/{id}/calendar/calendarView?startDateTime=2017-03-20T05:00:00.0000000&endDateTime=2017-04-06T21:00:00.0000000
Run Code Online (Sandbox Code Playgroud)
响应包括所有 isCancelled=false 的事件。如何获取已取消的事件?
&$filter=isCancelled%20eq%20true
也返回空,因为没有isCancelled=true
响应事件
归档时间: |
|
查看次数: |
1346 次 |
最近记录: |