我正在做实验,通过使用Microsoft graph API同步日历事件,并且发现如果执行以下步骤,则会出现意外行为:
https://graph.microsoft.com/v1.0/me/calendarView/delta?StartDateTime=2019-11-20T00:00:00.0000000&EndDateTime=2019-11-21T00:00:00.0000000
并收回@odata.deltaLink
。@odata.deltaLink
再次执行变化量{
"@odata.type": "#microsoft.graph.event",
"id": "XXXX",
"@removed": {
"reason": "deleted"
}
}
为什么在响应中显示此已删除事件?