Forum Discussion
bhanu chintha
May 27, 2021Iron Contributor
Graph api Calendar Events - Recurring Events - Only first instance of series is returned in response
Hi Everyone, We are trying to retrieve calendar events using the below API: https://graph.microsoft.com/v1.0/me/Calendar/events?$filter=start/dateTime ge "2021/05/26T00:00:00" Below are the lim...
Carlos_Marins
Jul 20, 2021Iron Contributor
Hi,
In case you're still looking for a solution, I think the calendarView endpoint could be a solution. You have to filter the events by start and end dates, and it returns all of the recurrences in that time span.
Ex: https://graph.microsoft.com/v1.0/me/calendar/calendarView?endDateTime=2022-12-28T22:23:00Z&startDateTime=2020-12-28T00:00:00Z
Good luck!
In case you're still looking for a solution, I think the calendarView endpoint could be a solution. You have to filter the events by start and end dates, and it returns all of the recurrences in that time span.
Ex: https://graph.microsoft.com/v1.0/me/calendar/calendarView?endDateTime=2022-12-28T22:23:00Z&startDateTime=2020-12-28T00:00:00Z
Good luck!