A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi @Fabian
Thank you for posting your question in Microsoft Q&A.
I understand that you are encountering an issue where the room resource is not showing the correct availability.
To better understand and resolve the issue, could you please help provide the following information:
Does this behavior affect one specific room or all meeting rooms?
Were there any recent changes such as updates to mailbox settings, working hours, time zone, or admin modifications?
In the meantime, please try the following checks:
Verify your own Outlook working hours and time zone
Incorrect user time zone or working hours could cause the room to appear available even when it is actually booked. In fact, misconfigured time zone has been confirmed as a common cause of incorrect room availability.
Go to Settings (gear icon).
Select Calendar > View.
Confirm your Working hours and Time zone are correct.
Check Current Calendar Processing Settings
Please ask your administrator to verify the current configuration of the affected room by running the following command:
Get-CalendarProcessing -Identity "your room" | Format-List AutomateProcessing, AllowConflicts, AllowRecurringMeetings, AllRequestInPolicy, AllBookInPolicy
Ensure the following settings are configured correctly:
AutomateProcessing should be AutoAccept (common default for rooms).
AllowConflicts should be $false to prevent overlaps.
AllBookInPolicy or AllRequestInPolicy, ensure they're configured appropriately (such as $true for auto-accept from all if no delegates).
Please understand that our initial reply may not always immediately resolve the issue. However, with your help and more detailed information, we can work together to find a solution.
Note: Please follow the steps in [our documentation] to enable e-mail notifications if you want to receive the related email notification for this thread.