May 22 2023 11:48 AM
Room calendar is visible by external users, but no any items are shown. The external domain is federated in Exchange admin center.
May 23 2023 01:13 PM
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 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