未受監視
Microsoft 未監視的標記。
50 個問題
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.