Microsoft api calendarView encounter 500 internal server error

Developer 25 信譽點數
2025-03-13T07:25:39.3833333+00:00

Hi,

I am encountering an issue when retrieving calendarView data via the Microsoft Graph API. Specifically, I consistently receive a 500 Internal Server Error when following the @odata.nextLink — this happens before reaching the @odata.deltaLink.

The initial request is as follows:

curl --location 'https://graph.microsoft.com/v1.0/users/{user id}/calendars/{calendar id}/calendarView/delta?startDateTime=1970-01-01T00%3A00%3A00Z&endDateTime=2051-01-01T00%3A00%3A00Z' \
--header 'Prefer: odata.maxpagesize=800'


The first response works as expected and includes an @odata.nextLink. However, when following this link to continue retrieving the remaining data, the API returns a 500 Internal Server Error before providing the @odata.deltaLink.

Could you please advise on what might be causing this issue or recommend any troubleshooting steps?

Thank you for your assistance.

社群中心 | 未受到監視
0 則留言 沒有留言

您的回答

答案可由問題作者標示為「已接受」,而由仲裁者標示為「推薦」,這可協助使用者知道答案解決了作者的問題。