Hi, we have an Outlook sync with our calendar app.
We are using the below API to retrieve events onto our calendar app:
(Graph APIs)
client.api(/me/calendarView/delta?startDateTime=${startDate}&endDateTime=${endDate}).get()`
We don't receive some of the events through above API for some of our clients. However, when we test the same scenario with our test app accounts using our own outlook calendar we get all the events as expected.
Are there any account based restrictions? Can someone please help me understand why we can't retrieve all outlook events using the graph API for some of our users?