Using query parameter $filter on calendar key inside JSON object returns ERROR 500

Aloïs kyrou 1 Reputation point
2021-03-03T10:23:11.263+00:00

Hello everyone,

I'm struggling a little with the REST API.

I'm trying to filter the result of my calendars by the owner's address on.

Unfortunately the querry :

"GET https://graph.microsoft.com/v1.0/me/calendars?$filter=owner/address eq 'search_address'

Returns an error 500.

On the other end, on a first level key like "Name" it works fine :

"GET https://graph.microsoft.com/v1.0/me/calendars?$filter=name eq 'search_name'

Returns status OK.

I'm probably missing something here but I'm very new to this.
Any Help is appreciated !

Thanks in advance,
Aloïs KYROU

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,564 questions
{count} votes