Forum Discussion
AtanasM
May 22, 2023Iron Contributor
Room calendar shared with external users
Room calendar is visible by external users, but no any items are shown. The external domain is federated in Exchange admin center.
Deleted
May 23, 2023Hi AtanasM
connect to exchange online PowerShell and run the below command.
Get-Mailbox "room
If I have answered your question, please mark your post as Solved If you like my response, please give it a Like Appreciate your Kudos! Proud to contribute! 🙂 |
name" | Get-CalendarProcessing | Select *external*
if it returns
ProcessExternalMeetingMessages
------------------------------
False
then you will have to run the below command.
Get-Mailbox "roomname" | Set-CalendarProcessing -ProcessExternalMeetingMessages $true