Create a calendar event
nylas_create_eventCreates a calendar event (may send invites to participants). Requires calendar_id (sent as a query param). Nylas v3: POST /v3/grants/{grant_id}/events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title. | |
| end_time | Yes | Event end, Unix timestamp (seconds). | |
| grant_id | No | Connected-account grant id. Overrides NYLAS_GRANT_ID for this call. | |
| location | No | Event location. | |
| start_time | Yes | Event start, Unix timestamp (seconds). | |
| calendar_id | Yes | REQUIRED. The calendar id to create the event in (sent as a query param). | |
| description | No | Event description. | |
| participants | No | Participant email addresses (array of strings). |