I have an integration for Outlook calendars with MS Graph API that already has subscriptions for events on a resource calendar and is working fine.
I want to add the functionality that if a user changes the name of a calendar on Outlook, I want to update the calendar in my system and therefore need a webhook notification delivered to my server.
Is it supported by MS Graph to receive notifications for calendar updates?
Looking at the supported resources in https://docs.microsoft.com/en-us/graph/api/subscription-post-subscriptions?view=graph-rest-1.0&tabs=http#permissions. I can only see events resource but nothing to suggest calendar name updates are supported. Would appreciate any guidance on this. Thanks!