create_calendar_event
Add a new event to a Fastmail calendar by specifying calendar ID, title, start, and end times. Optionally include description, location, and participants.
Instructions
Create a new calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | Yes | ID of the calendar to create the event in | |
| title | Yes | Event title | |
| description | No | Event description (optional) | |
| start | Yes | Start time in ISO 8601 format | |
| end | Yes | End time in ISO 8601 format | |
| location | No | Event location (optional) | |
| participants | No | Event participants (optional) |