diff --git a/pages/introduction/quick-start/self-hosting/install-apps/microsoft.mdoc b/pages/introduction/quick-start/self-hosting/install-apps/microsoft.mdoc index 52cf0bc..02d0137 100644 --- a/pages/introduction/quick-start/self-hosting/install-apps/microsoft.mdoc +++ b/pages/introduction/quick-start/self-hosting/install-apps/microsoft.mdoc @@ -14,4 +14,6 @@ title: "Microsoft" 5. Use **Application (client) ID** as the **MS_GRAPH_CLIENT_ID** attribute value in .env -6. Click **Certificates & secrets** create a new client secret and use the value as the **MS_GRAPH_CLIENT_SECRET** attribute \ No newline at end of file +6. Click **Certificates & secrets** create a new client secret and use the value as the **MS_GRAPH_CLIENT_SECRET** attribute + +7. Next, you need to add API Permissions for Microsoft.Graph `Calendars.Read` to allow the integration to read the users calendar data