get_event
Retrieve full details of a single calendar event by ID, including description, start/end times, all-day flag, and tags. Returns an error if the event ID is invalid.
Instructions
Fetch the full details of a single calendar event by ID, including description, all-day flag, and tags. Example: {"id":"ghi09876"} → {"id":"ghi09876-...","title":"...","description":"...","start_at":"...","end_at":"...","all_day":false,"tags":[...]}. Side effects: read-only. Errors if the id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event UUID. Short IDs (first 8 characters) are also accepted. |