Reputation: 23
I'm currently trying to deal with calendars using graph api.
Last week, I've tried to use
https://graph.microsoft.com/v1.0/users/{user_id}/calendars
and
https://graph.microsoft.com/v1.0/users/{user_id}/calendars?$top=500
to list the calendars from my_calendar groups.
However, only the calendars I've created months ago can be listed, and all the calendars I create today are not listed. (there are only 15 calendars)
Note. I've tried to use
Best regards,
Thank you in advance~!
Upvotes: 1
Views: 592
Reputation: 351
List calendars - Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
For getting delegated shared calendars, use this documentation.
Upvotes: 1