create_event
Create a planning event by providing a title and start time, with optional end time, location, description, and tags for scheduling meetings, milestones, or deadlines.
Instructions
Create a new planning event (e.g. a meeting, milestone, deadline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags | |
| title | Yes | Event title | |
| end_time | No | ISO 8601 end datetime | |
| location | No | Physical or virtual location (optional) | |
| start_time | Yes | ISO 8601 start datetime, e.g. 2026-04-01T09:00:00Z | |
| description | No | What this event is about |