Schedule Event
schedule_eventAdd an event to your task list by specifying a title and start time, with optional end time and notes.
Instructions
Schedule an event. v0.1 stores as a dated task; v0.3 will call Google Calendar create_event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| start | Yes | ISO 8601 start datetime, e.g. '2026-04-24T15:00:00Z' | |
| end | No | ISO 8601 end datetime (optional) | |
| notes | No | Optional notes/description |