This document assumes that you are already signed up for Windows Azure.
To sign up, go to https://account.windowsazure.com/SignUp
NB: You might need to enter a credit card number, but we don't need you to do anything which costs money, so you won't be charged.
- Go to https://portal.azure.com
- Click Azure Active Directory
- Click Properties and copy the Tenant ID
TASK: Copy the Tenant ID value into a new email - Open App registrations > New application registration
- Enter a name (e.g. Contegro Events)
- Set Supported account types to Accounts in any organizational directory
- Enter https://www.contegro.com/EventsCalendarOffice365Auth.ashx as your Redirect URI, keeping the type as Web
- Click [Create]
TASK: Copy your Application (client) ID and paste into the same email that your Tenant ID is in
- Click the API Permissions link on the side menu
- Click Add a permission
- Click Microsoft Graph
- Click Delegated Permissions
- Tick the offline_access permission
- Expand the Calendars item, and tick the Calendars.Read permission. If you are going to allow your application to read events from a shared calendar, please also tick Calendars.Read.Shared permission.
- Click the Add permissions button down the bottom
- Click the Certificates & Secrets link on the side menu
- Click the New client secret button
- Enter Vibe calendar access as your description, and select Never as your expires option
- TASK: Click the "Copy to clipboard" button and paste the client secret value into the same email that your application id is in
- Send your Tenant ID, Application ID and Client Secret values to our support team.
Shared calendar setup
Our system can support you to read events from a shared calendar. The following diagram shows the relationship among normal employee accounts, shared calendar, account that has read only access to the shared calendar and your registered application.
In this case, you need to:
- Enter the shared calendar email address (e.g. team1@company.com) into our global module settings dialog
- Click Authenticate button and use your account (or a service account that you create for Vibe) to authenticate your app. Your account/service account should have read access to the shared calendar.
Comments
0 comments
Article is closed for comments.