簡體   English   中英

使用Microsoft Graph獲取事件提醒

[英]Getting reminders for events with Microsoft Graph

我正在嘗試使用Microsoft Graph來提醒事件。

我嘗試請求以下網址:

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

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

對於我,我都收到相同的錯誤消息:“不支持的段類型”。

如果我嘗試對calendarView做同樣的事情,那沒有問題:

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

任何想法 ?

謝謝

這是Graph API中的錯誤。 我嘗試了關於hinterView端點的最新文檔,但仍然出現錯誤。 這是(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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM