list_events
List local calendar events with filters by title, date range, or calendar name. Check for existing events before creating new ones or verify recently added events.
Instructions
List local calendar events with optional filters. Search by title, date range, or calendar name. Use to check for existing events before creating new ones, or to verify a recently added event. Returns event id, title, start/end time, location, and calendar name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Show events on or before this date (ISO 8601, e.g. 2026-02-28). Defaults to 30 days from now. | |
| from | No | Show events on or after this date (ISO 8601, e.g. 2026-02-19). Defaults to 7 days ago. | |
| limit | No | Maximum number of results (default: 20) | |
| title | No | Filter events whose title contains this text (case-insensitive) | |
| calendar_name | No | Restrict to a specific calendar by name |