Configure PlaceOS Calendar Driver
Last updated
Last updated
Once the above steps are complete, we can add the required driver on PlaceOS and configure it with the Application ID, Tenant ID and Secret generated in previous steps.
PlaceOS Administrator Access
Azure Application ID
Azure Tenant ID
Azure Application Secret
We recommend secrets are shared using a private service and not transmitted via email, this can include supported parameter stores on cloud services.
If you have already added the calendar driver, you can skip this step.
In PlaceOS Backoffice navigate to the Drivers tab.
Click New Driver.
Select the Drivers Repository.
Search for Microsoft Graph API
Select the most recent commit.
Click Save.
In PlaceOS Backoffice navigate to Systems.
Select the Organisation System, typically this is *Org Name
or similar.
Click Modules.
Click Add New Module.
Search for the Microsoft Graph API Driver.
Enter the domain your users will use to access PlaceOS eg. https://yourcompany.placeos.run
Click the Microsoft Graph API Module in the Module list to go to the module settings.
Click the Unencrypted tab.
Enter the following configuration, noting your application ID, tenant ID and secret.
In order to test the Calendar Driver with Delegated Access for Microsoft 365 you will require at least 1 system configured with a room resource and the Microsoft Graph API Calendar Module and Bookings Module added to the system.
Navigate to a system configured with the correct modules and a valid room resource address.
Click Save.
Under Modules, execute poll_events
against the Bookings_1 module.
You should get a successful response.
If you enable Debug and open the Console and the room has valid bookings, you will see the module return the next meeting details.