Room calendar shared with external users

Iron Contributor

Room calendar is visible by external users, but no any items are shown. The external domain is federated in Exchange admin center.

1 Reply

Hi @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 :smile:

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