Microsoft Graph在会议室日历中获得增量更改

时间:2018-04-20 06:24:54

标签: microsoft-graph

我想在与会议室相关联的日历上进行更改。

当我首先使用startDateTime和endDateTime调用calendarView / delta时,响应正常,我有事件。 我的电话是:https://graph.microsoft.com/beta/users/meetingRoomId/calendarView/delta?startDateTime=2000-01-01T00:00:00.000Z&endDateTime=2050-12-31T00:00:00.000Z

当我使用skipToken的nextLink时:https://graph.microsoft.com/beta/users/meetingRoomId/calendar/calendarView/delta?$ skiptoken = token 我有跟随错误:

{
"error": {
    "code": "SyncStateNotFound",
    "message": "The sync state root folder is not found.",
    "innerError": {
        "request-id": "5cab61d2-a254-485b-98ee-190130940307",
        "date": "2018-04-19T12:56:51"
    }
}
}

我从代码和微软图沙箱中得到了这个错误。

1 个答案:

答案 0 :(得分:0)

为什么不使用订阅(通知服务)?我们用它来获取房间事件的更新...

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/subscription