gc_timeline
Manage timeline events like deadlines, appointments, blocks, and milestones. Create, update, query, and link events to Bee issues and other entities to track schedules and deadlines.
Instructions
Manage timeline events — deadlines, appointments, blocks, milestones. Links events to Bee issues and other entities. Actions: create_event, update_event, delete_event, get, link, unlink, query, today, upcoming_deadlines, slipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Event or link ID | |
| to | No | Query range end (ISO) | |
| from | No | Query range start (ISO) | |
| role | No | Link role: deadline_for, blocks, related | |
| type | No | Event type: deadline, appointment, block, milestone | |
| hours | No | Deadline lookahead hours (default 48) | |
| limit | No | Max results | |
| notes | No | Notes | |
| title | No | Event title | |
| action | Yes | Action to perform | |
| labels | No | Labels | |
| all_day | No | All-day event | |
| ends_at | No | End time (ISO 8601) | |
| event_id | No | Event ID (for linking) | |
| starts_at | No | Start time (ISO 8601) | |
| recurrence | No | Recurrence: daily, weekly, monthly, yearly | |
| linkable_id | No | Link target ID | |
| linkable_type | No | Link target type: bee_issue, reminder, external |