Hello Anonymous user_415,
Many thanks for the response.
You're welcome! Since even after disabling the setting in the Exchange Admin Center (EAC), the room is still allowing conflicting meetings. This can take effect after some time, if the issue still persists after 24 hours; Here are some addition steps to follow:
- Ensure that the AllowConflicts parameter is set to $False for the room mailbox. You can check this by running:
Get-CalendarProcessing -Identity "RoomMailbox" | Format-List AllowConflicts
If it’s not set to**$False**, you can set it using:
Set-CalendarProcessing -Identity "RoomMailbox" -AllowConflicts $False
- Sometimes, delegate settings can override the default room settings. Ensure that no delegates have permissions that might allow conflicting bookings.
- If the issue persists, try clearing the offline items for the calendar. This can help sync clean copies of the meeting items from the server. Refer to Outlook shows conflict errors when updating or cancelling meetings - Microsoft Support
If these steps don’t resolve the issue, it might be helpful to provide more details or screenshots of your current settings. This can help in diagnosing the problem more accurately.
Feel free to reach out if you need further assistance!