From 7c3097876a458412bab32885c328b22413945c69 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:09:02 +0000 Subject: [PATCH] Update OAuth scope descriptions to include webhooks, attendees, out-of-office, and conferencing Generated-By: mintlify-agent --- apps-and-integrations/oauth.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps-and-integrations/oauth.mdx b/apps-and-integrations/oauth.mdx index e17d779..118519b 100644 --- a/apps-and-integrations/oauth.mdx +++ b/apps-and-integrations/oauth.mdx @@ -23,14 +23,14 @@ You must select your scopes when creating your OAuth client, and include them in | Scope | Description | What it covers | |-------|-------------|----------------| -| `EVENT_TYPE_READ` | View event types | Listing and viewing event types and their private links | -| `EVENT_TYPE_WRITE` | Create, edit, and delete event types | Creating, updating, deleting event types and managing private links | -| `BOOKING_READ` | View bookings | Listing bookings, viewing recordings, transcripts, calendar links, and references | -| `BOOKING_WRITE` | Create, edit, and delete bookings | Adding guests, updating locations, confirming, declining, and reassigning bookings | -| `SCHEDULE_READ` | View availability | Listing and viewing schedules | -| `SCHEDULE_WRITE` | Create, edit, and delete availability | Creating, updating, and deleting schedules | -| `APPS_READ` | View connected apps and calendars | Listing connected calendars, checking busy times, checking ICS feeds, and verifying calendar connections | -| `APPS_WRITE` | Connect and disconnect apps | Saving ICS feeds, connecting calendars via OAuth, saving Apple calendar credentials, and disconnecting calendars | +| `EVENT_TYPE_READ` | View event types | Listing and viewing event types, their private links, and webhooks | +| `EVENT_TYPE_WRITE` | Create, edit, and delete event types | Creating, updating, and deleting event types, private links, and webhooks | +| `BOOKING_READ` | View bookings | Listing bookings, viewing recordings, transcripts, calendar links, references, and attendees | +| `BOOKING_WRITE` | Create, edit, and delete bookings | Adding guests and attendees, updating locations, confirming, declining, and reassigning bookings | +| `SCHEDULE_READ` | View availability | Listing and viewing schedules and out-of-office entries | +| `SCHEDULE_WRITE` | Create, edit, and delete availability | Creating, updating, and deleting schedules and out-of-office entries | +| `APPS_READ` | View connected apps and calendars | Listing connected calendars, checking busy times, checking ICS feeds, verifying calendar connections, and viewing conferencing apps | +| `APPS_WRITE` | Connect and disconnect apps | Saving ICS feeds, connecting calendars via OAuth, saving Apple calendar credentials, disconnecting calendars, connecting and disconnecting conferencing apps, and managing selected and destination calendars | | `PROFILE_READ` | View personal info | Viewing the authorized user's profile | | `PROFILE_WRITE` | Edit personal info | Updating the authorized user's profile |