Issue with Microsoft Graph Api filter

Viewed 23

I am trying to use filter operator to find the events between specific date and time. Now, it only searches single events, any occurrence of recurring events are being excluded.

Following i tried in Graph explorer

https://graph.microsoft.com/v1.0/me/calendar/events?$filter=start/dateTime ge '2022-09-20T00:00:00Z' and end/dateTime le '2022-09-20T23:59:00Z'

it was working all ok few months back and was returning single occurrences of recurring events as well , but now its behaving differently. Can anyone suggest if i am doing something wrong or something changed.

Thanks Nitin

1 Answers
Related