I was facing same issue and didn't initially understand how to solve it.
Then, I realized that when I first generated the delta token using the API endpoint /me/calendarView/delta?startDateTime={start_datetime}&endDateTime={end_datetime},
the start_datetime and end_datetime values were out of range. The first time I generated the token, it was within a different range, but when I tried to use that delta token later, I encountered the problem
I was using this API call:
but I was creating events in 2025, which caused the issue.