Hi @Manuel Bernardino Marques da Silva
Thank you for posting your question in Microsoft Q&A.
Based on your description, it seems you are encountering an issue where resource calendars are not showing booked meetings as "Busy" when checking availability for future dates or different days, even though "Allow Conflicts" is disabled on the resource. This issue might be caused by misconfiguration or corrupted data in the resource mailbox settings.
To troubleshoot it, you could try to follow these steps:
1.Recheck the Calendar Configuration
The resource mailbox uses an automated "attendant" to accept or decline meeting requests. If this is not set to AutoAccept, requests may remain in a "Tentative" state and won’t properly block the time slot in the Scheduling Assistant.
To verify it, you could use the command below:
Connect to Exchange Online
Verify it configuration:
Get-CalendarProcessing -Identity "Your room" | Select-Object AutomateProcessing
The value should be AutoAccept. If it's something else (like AutoUpdate), it can cause inconsistent behavior.
To reconfigure the setting, you can run the following command:
Set-CalendarProcessing -Identity "Your room" -AutomateProcessing AutoAccept
2.Using MFCMapi to Repair Free/Busy Data
Some booking issues may stem from corrupted Free/Busy data. In such cases, it's recommended to refresh this data using MFCMapi.
References:
Resources in Exchange don't respond to meeting requests - Microsoft Support
Release MFCMAPI September 2025 (25.0.25267.02) · microsoft/mfcmapi · GitHub
To address this behavior more effectively, could you please provide additional information in response to the following questions:
1.Does this behavior occur in Outlook Web App (OWA)? OWA typically retrieves live data directly from the server. If availability appears correctly in OWA but not in desktop Outlook, the issue may be related to local sync. In that case, updating Outlook to the latest version might help.
2.Is this behavior consistent across all resource mailboxes in your tenant, or is it isolated to a specific room?
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.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.