Forum Discussion

AtanasM's avatar
AtanasM
Iron Contributor
May 22, 2023

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.

  • 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

Resources