How to use Outlook Calender
Trouble with showing subjects in your template?
- Open PowerShell as administrator
- Run these commands: Install-Module ExchangeOnlineManagement (if running scripts is disabled run this command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned) Import-Module ExchangeOnlineManagement Connect-ExchangeOnline Get-EXOMailbox - Note the ExternalDirectoryObjectIds of the meeting rooms
- Run this command for all meeting rooms: Set-CalendarProcessing -Identity -DeleteSubject $False -AddOrganizerToSubject $False Replace with the meeting room's ExternalDirectoryObjectId
Documentation from Microsoft: https://docs.microsoft.com/en-us/exchange/troubleshoot/client-connectivity/calendar-shows-organizer-name