create_calendar_event
Create a calendar event in Fastmail with required title and start/end times, plus optional 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) |