InvalidDeltaToken on NextLink (Microsoft Graph Calendar)

Cyril Rat 1 Reputation point
2020-12-04T07:44:23.097+00:00

When I get the list of events using :

https://graph.microsoft.com/beta/users/******@email.com/events/delta  

45095-2020-12-04-07-52-31-graph-explorer-microsoft-graph.png

I get the link @odata.nextlink, but this link returns an error InvalidDeltaToken

{  
    "error": {  
        "code": "InvalidDeltaToken",  
        "message": "The value 'NCZVRzVYWmtGYVRtaHFiemxpWmxOYVNHaFRWVkpVVmsxbFZVNUJAHFUYRJKJNSDSDZCUVE9PQ==' of parameter '$deltaToken' is invalid.",  
        "innerError": {  
            "date": "2020-12-04T06:57:25",  
            "request-id": "5a96ac45-d7ed-4454-8597-eae1587c32",  
            "client-request-id": "85679541-3618-b871-b880-f51191ab745"  
        }  
    }  
}  

// the ids have been modified for the post !

44926-2020-12-04-08-03-52-graph-explorer-microsoft-graph.png

This issue occurs when the list of events has more than let say 200 elements (not sure exactly but over 175, I'm starting having the problem).

I can't find any workaround even using odata.maxpagesize, I'm still having the issue.

I'm using Microsoft Graph Explorer to reproduce the error.

Microsoft Security | Microsoft Graph
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.