create_event
Create a calendar event with title, start time, length, and optional note. Ensure the Marvin app is running so the event syncs to external calendars.
Instructions
EXPERIMENTAL: Create a calendar event. Calendar sync happens in the client — the Marvin app must be running on some device for the event to sync onwards to an external calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Note (markdown) | |
| title | Yes | Event title | |
| start_iso | Yes | Start time, ISO 8601 with timezone, e.g. 2026-08-20T14:30:00+02:00 | |
| length_minutes | Yes | Length in minutes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||