We're using an CRM that has switched to using Graph to add events into our users Office 365 calendars. We're getting error messages that there are duplicate calendars called calendar for some users, the users are all users who were migrated from on premise Exchange to Office 365.
Looking in Office 365 via Powershell (get-mailboxfolderstatics -Identity [email protected] -FolderScope Calendar | ft
or in Outlook itself, there is only the one calendar named calendar.
But if I look at the same user via Graph
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('XXXXXXX-762d-47ee-9f82-XXXXXXXXXXX')/calendars",
I see 2 calendars with name Calendar, only the changeKey is different between the 2 (same ID)
Azure support closed the case but the problem remains, how do I get Graph to see only the ONE calendar named calendar?