Hi @John756 ,
Welcome to our forum!
From your description, the web version of Outlook also shows the old name, it is possible that the issue is with Exchange online not reflecting the name change.
To resolve the issue where calendar owner names in Outlook (New) and Outlook on the web aren't updating after a name change in Entra ID, follow these steps:
- Verify and Update Exchange Online Attributes
Check DisplayName in Exchange Online:
Use the Exchange Admin Center or run PowerShell:
Get-Mailbox -Identity "******@domain.com" | FL DisplayName
If incorrect, update it:
Set-Mailbox -Identity "******@domain.com" -DisplayName "New Name"
2. Force Global Address List (GAL) and Offline Address Book (OAB) Updates
Update the GAL:
Update-GlobalAddressList -Identity "Default Global Address List"
Update the OAB:
Up_date-OfflineAddressBook -Identity "Default Offline Address Book"_
Wait for replication (up to 24 hours) or force clients to download the OAB:>
Users can go to classic Outlook > Send/Receive > Download Address Book > Check "Download Changes since last Send/Receive".
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.