Version:
Only show these results:

Scheduler scopes

This page lists the Scheduler API endpoints and notification triggers available in Nylas v3, and shows which scopes they require. For more information about scopes in Nylas v3, see the Authentication scopes documentation.

All scopes must include the fully qualified URI path for the provider. The table shortens the full scope URI for space reasons, so add the prefix for the provider when requesting scopes.

The ☑️ in each column indicates the most restrictive scope you can request for each provider and still use that API. More permissive scopes appear under the minimum option. If you're already using one of the permissive scopes, you don't need to add the more restrictive scope.

EndpointGoogle Scopes
https://www.googleapis.com/auth/...
Microsoft Scopes
https://graph.microsoft.com/...

POST /scheduling/configurations
PUT /scheduling/configuration/<SCHEDULER_CONFIG_ID>

/calendar.readonly ☑️
/calendar

Calendars.Read ☑️
Calendars.ReadWrite

GET /scheduling/availability

/calendar.readonly ☑️
/calendar

Calendars.Read ☑️
Calendars.ReadWrite

POST /scheduling/bookings
DELETE /scheduling/bookings/<BOOKING_ID>
PATCH /scheduling/bookings/<BOOKING_ID>

/calendar.events ☑️
/calendar

Calendars.ReadWrite ☑️