List Events
list-eventsRetrieve upcoming calendar events within a look-ahead window, including title, start/end times, and event handles for later updates or deletions. Set count and days ahead up to 365.
Instructions
Lists upcoming calendar events within a look-ahead window (30 days by default, up to 365). Each event carries its title, start and end times, and the ref handle that update-event and delete-event take as their eventUrl argument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of events to retrieve (default: 25, max: 50) | |
| daysAhead | No | Number of days to look ahead (default: 30) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Calendar events | |
| total | Yes | Number of items returned |