Skip to main content
All CollectionsSign In Solutions PlannerSupport and Troubleshooting
(v2) Issue: Display troubleshooting, office365, meeting title and meeting owner not shown
(v2) Issue: Display troubleshooting, office365, meeting title and meeting owner not shown
Reg Gray avatar
Written by Reg Gray
Updated over a week ago

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
Did this answer your question?