Outlook 日历 api 获取未来事件
Outlook Calendar api Get future events
我有这个请求并且我得到了所有事件:
https://outlook.office.com/api/v2.0/me/events?$select=Subject,Start,End
如何只获取未来事件?
附加“&start=2016-04-11T22:33:10”无效。我尝试了 '&$filter="start/datetime gt 2016-04-11T22:33:10" 并进行了适当的转义,但也不起作用。
尝试获取日历视图:
GET https://outlook.office.com/api/v2.0/me/calendarview?startDateTime={start_datetime}&endDateTime={end_datetime}
我有这个请求并且我得到了所有事件:
https://outlook.office.com/api/v2.0/me/events?$select=Subject,Start,End
如何只获取未来事件?
附加“&start=2016-04-11T22:33:10”无效。我尝试了 '&$filter="start/datetime gt 2016-04-11T22:33:10" 并进行了适当的转义,但也不起作用。
尝试获取日历视图:
GET https://outlook.office.com/api/v2.0/me/calendarview?startDateTime={start_datetime}&endDateTime={end_datetime}