====== Calendar Services ====== To display the bookings of your spaces, you can connect Zebrix Control to your calendar service. ===== How to Create a Microsoft Application to Read Calendars ===== ==== 1. Access the Entra Portal ==== * Open: https://entra.microsoft.com * Sign in with an administrator account. {{ .:pasted:20260527-142233.png }} ==== 2. Create the Application ==== * Go to **Identity → Applications → App registrations** * Click **New registration** * Enter a name for the application * Select **Accounts in this organizational directory only** * Click **Register** {{ .:pasted:20260527-144127.png }} ==== 3. Configure Microsoft Graph Permissions ==== Go to **API Permissions**, then **Add a permission** {{ .:pasted:20260527-144236.png }} Select **Microsoft Graph** {{ .:pasted:20260527-144320.png?800 }} Select **Application permissions** {{ .:pasted:20260527-144345.png }} Add at least the right **Calendars.Read** {{ .:pasted:20260527-144654.png?600 }} Then click **Grant admin consent**. {{ .:pasted:20260527-144724.png }} ==== 4. Create a Client Secret ==== * Go to **Certificates & secrets** * Click **New client secret** {{ .:pasted:20260527-144802.png }} * Choose a duration * Immediately copy the secret value ==== 5. Retrieve the Required Identifiers ==== In the **Overview** page of the application, collect: * **Client ID** * **Tenant ID** * **Client Secret** (created in the previous step) Then enter this information in Zebrix Control, in the organization properties page. {{ .:pasted:20260527-145442.png }} You can then enter the calendar identifier for each space. {{ .:pasted:20260527-144959.png }} {{ .:pasted:20260527-145131.png }}