Aug 13 2024 06:52 AM
Hello everyone,
I hope all is well. I have an annoying issue right now. I have a shared Outlook calendar where I cannot see the title of any events from myself or another person. In my personal calendars I can see the titles just fine, but not for the shared calendar. It only displays the name of the person who created the event.
Any help would be GREATLY appreciated.
Aug 13 2024 11:57 PM
Sep 12 2024 07:44 AM
Vasi is correct.
You'll need to run the following:
Get-CalendarProcessing -Identity "CALENDARNAME" | Format-List
Then look for "DeleteSubject" which is likely set to "True", then run the following:
Set-CalendarProcessing -Identity "CALENDARNAME" -DeleteSubject $false
https://learn.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps...