We need to fetch all Calendars in an office 365 calendar account
We basically make an api call to the endpoint https://graph.microsoft.com/v1.0/users/[logged-in-user-id]/calendars
but it returns only 10 calendars (maximum) when we call the API !?
Any help/tips appreciated !
nextLink
which you get in the first API call and use it to get next set of results. See this document.Let me know if this helps. – Shiva Keshav Varma