Hi
I have a problem with the Graph API regarding recurring events ( /me/calendars/<calendar_id> ).
My query is: /me/calendars/<calendar_id>/events?$filter=start/dateTime+ge+'2022-03-05T09:24:03+00:00'+and+end/dateTime+le+'2022-05-05T09:24:03+00:00'
Some recurrent events do not show up in the API. I can see them on Outlook but they are not present in the events returned by the API.
Do you know of any peculiarity that could explain this problem?