Resources appearing as free even though they have a meeting at the same time

2025-10-02T11:43:18.38+00:00

My resources are appearing as free even though they have a meeting, this only occurs if im looking at a future meeting/ in a day diferent then today or before, and yes the setting "alow conflits" is turned off,
thanks

Exchange | Other
Exchange | Other
A powerful email and collaboration platform developed by Microsoft, designed to support enterprise-level communication and productivity. Miscellaneous topics that do not fit into specific categories.
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Hin-V 7,060 Reputation points Microsoft External Staff Moderator
    2025-10-02T13:53:18.2733333+00:00

    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. 

    undefined

    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. 


  2. Manuel Bernardino Marques da Silva 0 Reputation points
    2025-10-03T08:41:18.28+00:00

    Hi @Hin-V

    Thank you for the response,

    the value provided by

    Connect-ExchangeOnline
    Import-Module ExchangeOnlineManagement
    Get-CalendarProcessing -Identity <Removed PII> | Select-Object AutomateProcessing
    

    was "autoAccept"

    Cant seem to figure how to use MFCMAPI because it need outlook app, i only have the web license

    Thanks and hope to ear more from you soon.
    Best regards,

    <Removed PII>


  3. Manuel Bernardino Marques da Silva 0 Reputation points
    2025-10-08T08:42:40.5633333+00:00

    Hi @Hin-V I hope you are doing fine
    The resolution might sound stupid..
    But its the most simple thing ever :D
    The resource time fuse need to be the same as the user one you can check the fuse by doing the following in powershell
    connect-exchangeonline

    Get-MailboxCalendarConfiguration -Identity <resourceemail> | Select WorkingHoursTimeZone check the fuse
    Set-MailboxCalendarConfiguration -Identity <resourceemail> -WorkingHoursTimeZone "GMT Standard Time" change it

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.