calendar_events_list
Retrieve calendar events for an alias via CalDAV, with filters for date range, pagination, and calendar ID. Requires alias credentials.
Instructions
List calendar events for an alias (CalDAV). Requires alias credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| limit | No | Results per page (default 25, max 100) | |
| end_date | No | ISO date-time upper bound | |
| start_date | No | ISO date-time lower bound | |
| calendar_id | No | Filter by calendar ID | |
| alias_password | Yes | Alias password from the alias_generate_password tool | |
| alias_username | Yes | Full alias email used as the auth username (e.g. me@example.com) | |
| include_deleted | No | Include soft-deleted events |