Forum Discussion
neeraj680
Jul 11, 2023Copper Contributor
get events of new added calender in outlook from Graph API
I am trying to get events of the newly added calendar from the directory in Outlook from Graph API (add_calendar.jpg). In graph API docs,
I tried
https://graph.microsoft.com/v1.0/users/{user-id}/calendar/events
it is giving me events, but not all, only a few events
is there any other method to fetch all events' newly added calendar data?
or is there any permission issue that is restricting me in events?