list_events
List calendar events sorted by date. Filter results by specifying start and end timestamps.
Instructions
List calendar events. Returns events sorted by date. Supports filtering by date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date filter (timestamp) | |
| from | No | Start date filter (timestamp) | |
| limit | No | Maximum number of events to return (default: 50) |