Calendar: List events
calendar_list_eventsList or search events inside one resolved calendar. Use this to obtain event.id before reading, updating or deleting an event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO 8601 upper time bound. | |
| busy | No | ||
| limit | No | ||
| start | No | ISO 8601 lower time bound. | |
| title | No | ||
| cursor | No | ||
| offset | No | ||
| ical_uid | No | ||
| location | No | ||
| attendees | No | ||
| account_id | No | Optional Nilyo connection ID (unipile_account_id from list_connected_accounts). Omit when the user has one account for this provider. When several exist, Nilyo never guesses: list them (display name, identifier, provider user ID), choose the one the user named or ask, and pass its ID here. | |
| event_type | No | ||
| calendar_id | Yes | Exact calendar ID returned by calendar_list_calendars; never pass a calendar name. Calendar ID: Exact Google/Microsoft calendar id. Obtain with: calendar_list -> calendar.id Never pass: calendar display name. | |
| description | No | ||
| is_cancelled | No | ||
| updated_after | No | ||
| updated_before | No | ||
| expand_recurring | No |