From 127bf0674e3cddaa79611cdd45f322f46e2ec563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Brattberg?= Date: Wed, 17 Jul 2024 14:03:23 +0200 Subject: [PATCH] Note the need for Calendars.Read permissions for Microsoft Outlook --- .../quick-start/self-hosting/install-apps/microsoft.mdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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