Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,789 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm using Graph API to find meeting times. However I'm getting an unknown error if I select a date range more than 3 weeks. The error detail is empty so I'm not sure what's happening but I have the id for investigation.
[{error: {code: UnknownError, message: , innerError: {date: 2024-08-20T09:54:54, request-id: 3aa16bb2-04e9-43e7-b4c7-141934e0ca7a, client-request-id: 3aa16bb2-04e9-43e7-b4c7-141934e0ca7a}}}]
Can you please tell me what's wrong with my request?
Thanks