get_updated_events
Retrieve events from a TimeTree calendar that were updated after a specified timestamp, returning details like title, times, location, notes, and label color.
Instructions
Get events from a specific TimeTree calendar that were updated after a specified time. Useful for finding recently modified events. Returns event details including title, start/end times, location, notes, label color, and more. Label colors (label_id 1-10): 1=Emerald green, 2=Modern cyan, 3=Deep sky blue, 4=Pastel brown, 5=Midnight black, 6=Apple red, 7=French rose, 8=Coral pink, 9=Bright orange, 10=Soft violet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | The calendar ID to fetch updated events from | |
| updated_after | Yes | Unix timestamp in milliseconds. Only return events updated after this time. If user provides a date like "2026-02-01", convert it to Unix timestamp (e.g., 1769904000000). | |
| limit | No | Optional limit on number of events to return. |