Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions apps-and-integrations/oauth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down