Meeting Title and Owner Not Shown
Issue: Sometimes the meeting title and/or owner is not shown
Cause: Exchange is set up to delete this information
Solution: Run this PowerShell script to update the settings so it doesn't delete the information. Don't forget to update [email protected] to something valid in your Exchange.
Powershell script:
powershell script Set-CalendarProcessing -Identity [email protected] -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false