Issue: Outlook calendar don’t show subject line for a meeting.
Error message: No error message.
Problem Statement:
Recently created Lync Room System room mailbox and allowed mailbox to CalendarProcessing to AutoAccept everything working however when client schedule meeting they unable to see subject of the meeting in calendar. Subject line is blank.
I have set CalendarProcessing -Identity -AddOrganizerToSubject $false that way meeting will not organizer name as subject line.
Resolution:
You can fix this using Exchange Power shell commands.
To do not show Organizer name as subject line in Outlook calendar you can run below command let.
Set-CalendarProcessing -Identity -AddOrganizerToSubject $false
To show correct subject line in Outlook calendar use below command let:
Set-CalendarProcessing -Identity -DeleteSuject $False -AddOrganizerToSubject $False
Now you will be seeing correct subject line in calendar.