Forum Discussion
Ogando92
Oct 17, 2019Copper Contributor
Issue - Skype Room System external display
Hello,
I'm currently having some issues, we have a logitech group system, with the LenovoSmart display, and in the smart display even though it shows the scheduled meetings, it doesn't populate the meeting name, instead it shows the name of the person who created the meeting, twice.
Any way to fix this ?
Thanks in advance
Ogando92 When you open up the calendar for that meeting room (you maybe have to delegate access in Exchange) can you see the subject then? There is an option in the Exchange Calendar Processing that can remove the subject. You can check it with powershell too:
Get-CalendarProcessing -Identity <mailboxname> | ft Identity, DeleteSubject
But this is only for Resource mailboxes so if it is a UserMailbox it is not the Calendar Processing.
get-mailbox -Identity <mailboxname> | fl RecipientType
Ogando92 There is a setting to hide the subject of the meeting, but that should not show the organiser name twice. But check if that is enabled under More > Settings > Features, check the "Hide Meeting Names". If it is Enabled it, if it is Disabled then Enable it save and Disable it again.
- Ogando92Copper Contributor
Hi Linus
Thanks for the reply, however the option is disabled, so there's no reason for not showing the meeting name, I've updated BIOS, firmware... anything I could remember.
Any other ideas ?Thank you
Ogando92 When you open up the calendar for that meeting room (you maybe have to delegate access in Exchange) can you see the subject then? There is an option in the Exchange Calendar Processing that can remove the subject. You can check it with powershell too:
Get-CalendarProcessing -Identity <mailboxname> | ft Identity, DeleteSubject
But this is only for Resource mailboxes so if it is a UserMailbox it is not the Calendar Processing.
get-mailbox -Identity <mailboxname> | fl RecipientType