Create Calendar Event
shipmail_create_calendar_eventAdd a calendar event to a mailbox's calendar. Specify title, start time, and timezone. Supports optional details like duration, attendees, and recurrence.
Instructions
Create a calendar event on a mailbox's calendar. start is a local date-time; its zone is given by timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| start | Yes | Local date-time; its zone is given by timezone. | |
| title | Yes | ||
| status | No | ||
| all_day | No | ||
| mailbox | Yes | The mailbox (calendar owner) address. | |
| privacy | No | ||
| duration | No | ISO 8601 duration, e.g. PT1H. | |
| location | No | ||
| timezone | No | IANA time zone. | |
| attendees | No | ||
| reminders | No | ||
| video_url | No | ||
| recurrence | No | ||
| calendar_id | No | Target calendar. Defaults to the default calendar. | |
| description | No | ||
| idempotency_key | No | Optional idempotency key. If omitted, the MCP server generates one for POST tools. | |
| free_busy_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes |