list_events
List calendar events within a specified time range. Supply start and end Unix timestamps to retrieve scheduled events.
Instructions
Lists calendar events within a time range. Times are Unix timestamps (seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End of range as Unix timestamp (seconds) | |
| start | Yes | Start of range as Unix timestamp (seconds) |