An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hello, an internal case has been created for this issue, we will come back to you as soon as we get an update.
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 trying to use the calendarview Graph API and likely experience a bug.
The following query works:
https://graph.microsoft.com/v1.0/me/calendarview?startDateTime=2020-12-15T00:00:00&endDateTime=2021-01-15T00:00:00&$filter=categories/any(c:c eq 'A')
Whereas the following query fails (I added the "or" condition at the end):
https://graph.microsoft.com/v1.0/me/calendarview?startDateTime=2020-12-15T00:00:00&endDateTime=2021-01-15T00:00:00&$filter=categories/any(c:c eq 'A') or categories/any(c:c eq 'B')
According to the API documentation, the query should work, but I'm receiving an Internal Server Error response. Also, the following forms should be supported but lead to an error:
https://graph.microsoft.com/v1.0/me/calendarview?startDateTime=2020-12-15T00:00:00&endDateTime=2021-01-15T00:00:00&$filter=categories/any(c:c eq 'A' or c eq 'B')
https://graph.microsoft.com/v1.0/me/calendarview?startDateTime=2020-12-15T00:00:00&endDateTime=2021-01-15T00:00:00&$filter=categories/any(c:c in ('A', 'B'))
Please advise if this is indeed a bug or if I'm using the API incorrectly. Thank you
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hello, an internal case has been created for this issue, we will come back to you as soon as we get an update.