From c0efc1d89738ea563cb29d2a13135449ec7b7cbe Mon Sep 17 00:00:00 2001 From: BOHEUS <56270748+BOHEUS@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:43:45 +0200 Subject: [PATCH] Docs update - Microsoft integration (#23671) Based on https://discord.com/channels/1130383047699738754/1526558939221856276/1532723206194991194 Review in cubic --- .../developers/self-host/capabilities/setup.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/twenty-docs/developers/self-host/capabilities/setup.mdx b/packages/twenty-docs/developers/self-host/capabilities/setup.mdx index aaf74fb810..4f2332016a 100644 --- a/packages/twenty-docs/developers/self-host/capabilities/setup.mdx +++ b/packages/twenty-docs/developers/self-host/capabilities/setup.mdx @@ -200,7 +200,13 @@ On Microsoft Azure Console enable the following APIs in "Permissions": - Microsoft Graph: profile - Microsoft Graph: offline_access -Note: "Mail.ReadWrite" and "Mail.Send" are only mandatory if you want to send emails using our workflow actions. You can use "Mail.Read" instead if you only want to receive emails. + +"Mail.ReadWrite" and "Mail.Send" are only mandatory if you want to send emails using our workflow actions. You can use "Mail.Read" instead if you only want to receive emails. + + + +"Calendars.ReadWrite" is mandatory if you want to create calendar events using our workflow actions. If you want to only sync calendar events, use "Calendars.Read". + ### Authorized redirect URIs