使用Microsoft Graph获取事件提醒

时间:2015-12-14 17:27:23

标签: office365

我尝试使用Microsoft Graph获取有关事件的提醒。

我尝试过请求以下网址:

获取https://graph.microsoft.com/v1.0/me/microsoft.graph.reminderView?startDateTime=2016-01-01T00:00:00&endDateTime=2016-01-31T23:59:59

获取https://graph.microsoft.com/v1.0/me/reminderView?startDateTime=2016-01-01T00:00:00&endDateTime=2016-01-31T23:59:59

对于我都收到相同的错误消息:"不支持的段类型"。

如果我尝试为calendarView做同样的事情,那就没问题了:

获取https://graph.microsoft.com/v1.0/me/calendarView?startDateTime=2016-01-01T00:00:00&endDateTime=2016-01-31T23:59:59

有什么想法吗?

谢谢

1 个答案:

答案 0 :(得分:0)

这是Graph API中的一个错误。我尝试了remderView端点的最新文档,但仍然出错。这是(Graph API)的github repo url:

https://github.com/OfficeDev/microsoft-graph-docs/blob/master/api-reference/v1.0/api/user_reminderview.md

请在此处提交要修复的问题:https://github.com/OfficeDev/microsoft-graph-docs