Outlook日历api获取未来活动

时间:2016-04-11 22:47:17

标签: outlook vsto office365 outlook-restapi

我有这个请求,我得到了所有的事件:

https://outlook.office.com/api/v2.0/me/events?$select=Subject,Start,End

我如何才能获得未来的活动?

Apending“& start = 2016-04-11T22:33:10”不起作用。我尝试'& $ filter =“start / datetime gt 2016-04-11T22:33:10”并进行适当的转义,但也无效。

1 个答案:

答案 0 :(得分:0)

尝试获取日历视图:

GET https://outlook.office.com/api/v2.0/me/calendarview?startDateTime={start_datetime}&endDateTime={end_datetime}