Calendar: Permissions
Microsoft Graph Authorizations
Adding Outlook calendars will require the user to log in with their Microsoft account to authorize the app. The following Microsoft Graph / AzureAD permissions are required for the app to work correctly. Based on the selected calendar, the scopes may vary.
Authorization | Description | Admin consent required |
---|---|---|
offline_access | Maintain access to data you have given it access to | ❌ |
openid | Sign users in | ❌ |
profile | View users' basic profile | ❌ |
Calendars.ReadWrite | Have full access to user calendars | ❌ |
Calendars.ReadWrite.Shared | Read and write user and shared calendars | ❌ |
Group.ReadWrite.All | Read and write all groups | ✅ |
Place.Read.All | Read all company places | ✅ |
Team.ReadBasic.All | Read the names and descriptions of teams | ❌ |
User.ReadBasic.All | Read all users' basic profiles | ❌ |
Jira Cloud App Permissions
This product is included in our bundle and does not come as a standalone app. Installing the app in Jira Cloud, grants us the following permissions.
Authorization | Description |
---|---|
Read data from the host application | Read the current project id only when a user is on the screen. It is used to get the calendar settings. |
Write data to the host application | The app writes data into the app, project and user properties. |
Act on a user's behalf, even when the user is offline | Necessary for migrations. |