List calendars
nylas_list_calendarsList calendars for the connected account (each has a calendar_id used by the events tools). Nylas v3: GET /v3/grants/{grant_id}/calendars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max calendars to return. | |
| grant_id | No | Connected-account grant id. Overrides NYLAS_GRANT_ID for this call. | |
| page_token | No | Pagination cursor (next_cursor from a prior page). |