Share via

Rooms and Desks on Microsoft Places not available on Outlook and Teams

Rasitha Mudugama Hewage 220 Reputation points
2026-01-26T17:58:44.1233333+00:00

Hi ,

The Building , rooms and desks on resources not available for users except for admin users

users see room s but with red cross sign (unavailable) and not showing any on teams

Microsoft Teams | Microsoft Teams for business | Calendar | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Chris Duong 7,505 Reputation points Microsoft External Staff Moderator
    2026-01-26T19:57:19.6666667+00:00

    Hi @Rasitha Mudugama Hewage,  

    Welcome to the Microsoft Q&A forum.  

    Thank you very much for reaching out regarding the issue where the Buildings, Rooms, and Desks appear unavailable for your end users. I appreciate your patience and the details you provided. 

    This behavior typically occurs when the room resource is not fully configured for end‑user booking, or when Buildings/Floors/Spaces are not published in Microsoft Places. 
    Admins can still access the rooms because they bypass booking restrictions, while regular users see the rooms as Unavailable and they do not appear in Teams. 
    Here are my recommendations, which I hope will be helpful to you. Please follow the steps below: 

    1/ Verify and configure Calendar processing for the room 

    Rooms must be configured to automatically accept booking requests and allow bookings from all users. Otherwise, users will see them as unavailable. 

    Step 1: Check current settings 

    Get-CalendarProcessing -Identity [***om@domain.com] 
    Review these values: 

    • AutomateProcessing 
    • AllRequestInPolicy 
    • AllBookInPolicy 

    Step 2: Apply recommended configuration 

    Set-CalendarProcessing -Identity [***om@domain.com] ` 

    -AutomateProcessing AutoAccept ` 

    -AllowConflicts $false ` 

    -AllRequestInPolicy $true ` 

    -AllBookInPolicy $true ` 

    -BookInPolicy $null 
    2/ Licensing (only required if the room’s account is used on a Teams meeting room device): 

    • If the room is only used for calendar bookings in Outlook/Team, no Exchange Online user license is required for the room mailbox. Users can reserve the room normally without any additional licensing. 
    • If the room’s account is used to sign in on a meeting room device (for example, a Teams Rooms system on Windows/Android, or a Teams Panel mounted outside the room to show its schedule): Then the room’s resource account must be assigned a Teams Rooms license so the device can function correctly. 

    You can assign: 

    • Teams Rooms Basic (free; up to 25 rooms per tenant), or 
    • Teams Rooms Pro (full feature set + advanced management). 

    For references: Microsoft Learn - Create resource account, Teams Rooms licenses, Room & equipment mailboxes 

    3/ Confirm the room is correctly configured as a room mailbox 

    Run the following: 

    Get-Mailbox -Identity [***om@domain.com] | fl RecipientTypeDetails 
    Expected value: RoomMailbox 

    If not, set it manually: 

    Set-Mailbox -Identity [***om@domain.com] -Type Room 

    `` 
    If the room isn’t recognized as a RoomMailbox, Teams and Outlook will not treat it as a bookable resource. 

    4/ Publish Building, Floor, and the Room in Microsoft Places 

    If the building or room is not published, users will see it but cannot book it. 

    Check in admin portal: 

    Optional PowerShell: 

    Set-Place -Identity [***om@domain.com] -IsManaged $true 
    Unpublished Places objects remain invisible or unavailable to users. 

    Note: After updates, Teams may need 1-6 hours to refresh room resource information. 

    For additional information, you can refer to this article: How to use Set CalendarProcessing in PowerShell — LazyAdmin. 

    Note: Microsoft provides this information only as a convenience to users. These websites are not controlled by Microsoft, and Microsoft does not guarantee the quality, security, or suitability of any software or information on them. It is important to fully understand the risks involved before using any of the suggestions in the links above. 

    5/ Contact Microsoft Support   

    If the issue persists even after these steps, it may stem from a deeper system-level cause. In this case, I recommend contacting your organization's IT administrator, who can submit a support request to Microsoft through the Microsoft 365 Admin Center. They’ll be able to access system-level information to investigate the issue thoroughly and provide assistance. At the very least, they can offer the most effective workaround to ensure your experience remains smooth and secure.      

    We kindly ask for your understanding that, as moderators, we do not have access to the administrative tools or permissions required to investigate or modify these configurations. We also do not have the capability to initiate remote sessions for direct assistance. Our role is to guide users to the appropriate resources and support channels.     

    I hope this information is helpful. Please follow these steps and let me know if it works for you. If not, please feel free to share them in the comments on this post so I can continue to support you.  

    I look forward to hearing your thoughts on this. 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. 

    Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.   

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-01-27T07:43:59.83+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It sounds like the issue you're experiencing with rooms and desks not being available for users in Microsoft Places could be related to the configuration of the Places directory or the permissions assigned to users. Here are a few things to consider:

    1. Hierarchy Configuration: Ensure that the buildings and floors hierarchy is correctly set up for all rooms and workspaces. If the hierarchy is not properly configured, users may not be able to see the rooms or desks as expected.
    2. User Permissions: Only admin users have full access to manage and view all resources. Regular users may not have the necessary permissions to see or book certain rooms and desks, which could explain the red cross sign indicating that they are unavailable.
    3. Teams Premium License: Ensure that users have the appropriate Teams Premium license if they are expected to access certain features of Microsoft Places. Without the correct licensing, users might not be able to see the resources.
    4. Exchange Online Mailbox: Verify that users have mailboxes managed in Exchange Online. Users with on-premises mailboxes may not have access to the Places app or its features.

    If these aspects are correctly configured and users still face issues, it may be beneficial to consult with your IT department or Microsoft support for further assistance.


    References:

    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.