Forum Discussion
Hidden meeting name instead of bookers name.
Hi, team,
Since updated to mtr 4.16 and Refreshed UI we are experiencing an unwanted behaviour:
When private meetings were set up before by our customers, as meeting name it was shown the bookers name.
Since this update, they get "Hidden meeting name" and it's found not very pleasant by most of them.
Is there a way to get the previos behaviour tweaking the UI or via Exchange server.
We have already tried this:
Set-CalendarProcessing -Identity <RESOURCEMAILBOX> -DeleteSubject $False -AddOrganizerToSubject $False
and it was originally DeleteSubject iset to $true and -AddOrganizerToSubject to $true.
Both cases, it's shown the same
Thanks to all and warm regards!
- Check the permissions on the Calendar folder. If it's set to "AvailabilityOnly", you will not be able to see the meeting details, so instead you have to toggle it to "LimitedDetails".
- Javi_DCopper Contributor
Hi, VasilMichev, thanks and sorry for my late reply.
We found out that it was on the MTR UI where the issue was:
setting this line as false:
<HideMeetingName>0</HideMeetingName>
has fixed the issue.
Thanks a lot.
- Alimyers76Copper Contributor
Javi_D do you mean in the registry on the teams device? TIA