Microsoft api calendarView encounter 500 internal server error

Developer 0 信譽點數
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.

未受監視
未受監視
Microsoft 未監視的標記。
50 個問題
0 則留言 沒有留言
{count} 則投票

您的回答

問題作者可以將答案標示為「已接受的回答」,有助使用者知道此回答解決了作者的問題。