Outlook 365 日历 API - 按日期筛选

Outlook 365 Calendar API - Filter by Date

我在使用 Outlook 365 查询的 $filter 属性 时遇到了一些困难。任何建议表示赞赏。

我的查询工作完美,直到我向它添加 $filter,然后它 returns 什么都没有。

https://outlook.office.com/api/v2.0/Me/Events?$filter=Start/DateTime ge '2016-07-21T07:00:00'&$select=Subject,Start,End,Categories,ShowAs,Sensitivity&$orderby=Start/DateTime&$top=10

我的目标是提取今天的日历条目。一旦我弄清楚为什么 Start/DatTime 过滤器不起作用,我将添加 End/DateTime 以在同一天结束时间

在此先感谢您的帮助!

查询中有空格,请将其替换为 %20