Skip to content
English
  • There are no suggestions because the search field is empty.

Rooms - Microsoft Calendar Setup

Table of Contents

Connect Microsoft Calendar

To connect your Rooms screens with Microsoft Calendar, you must be an administrator of your Microsoft organization.

Note: It may take up to an hour before the rooms appear as selectable rooms in our system after you have created the connection. This is a limitation in the Microsoft API.

To create a connection to your Microsoft environment, follow these steps:

  1. Click on "Rooms" in the menu and select "Microsoft calendar" ms_rooms_1

  2. Log in with your Microsoft admin account. ms_rooms_2

  3. Permissions required:
    • Read organization information
    • Read all company places
    • Read and write calendars in all mailboxes
    • Sign in and read user profile
    The application needs to be able to read/write on all calendars to be able to book in it's own calendars.Read through the text and click on "Accept" 
    ms_rooms_3
  4. The connection is now completed. You can now select a room when you activate a screen by following this guide: Activate Rooms screen 
    If you don't have any rooms for your Microsoft Calendar you can add them by following this guide.  

Displaying private meetings in room calendars (Exchange)

In Microsoft Exchange room calendars ("Rooms & equipment"), meeting titles and private status are hidden by default for meetings marked as "Private". To allow PLAYipp Rooms to display these meetings correctly, an Exchange setting needs to be adjusted.

Note: This requires running a PowerShell command by an administrator with the appropriate permissions in your Exchange environment. This setting cannot be configured through Microsoft's graphical interface.

How to do it:

  1. Open PowerShell Launch PowerShell as an administrator on your computer.
  2. Connect to Exchange Online Run the following command and sign in with your administrator account:
    Connect-ExchangeOnline

     

  3. Apply the setting Paste and run the line below. Replace the email address with the address of the room calendar:
       Set-CalendarProcessing -Identity "room.name@company.com" -RemovePrivateProperty $false

     

This setting needs to be applied for each room calendar where private meetings should be displayed.