I have an integration for Outlook calendars with MS Graph API that has subscriptions for events on room calendars and is working great.
I want to add the functionality that if a user updates a calendar's name on Outlook, I can update the calendar in my system. To be able to do this, I would need a webhook notification delivered to my server.
It would be great to have this functionality that we can receive update and delete notifications.