list_events
List events for a user within a specified date range. Provide start and end dates to retrieve all events occurring between them.
Instructions
List events for the authenticated user within a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date (YYYY-MM-DD) | |
| start_date | Yes | Start date (YYYY-MM-DD) |