list_calendar_events
Retrieve events from Fastmail calendars with optional filters by date range, calendar, and limit for efficient scheduling.
Instructions
List events from a calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of events to return (default: 50) | |
| endDate | No | Filter events ending before this date (ISO 8601, e.g. 2026-03-30T00:00:00Z) | |
| startDate | No | Filter events starting from this date (ISO 8601, e.g. 2026-03-23T00:00:00Z) | |
| calendarId | No | ID of the calendar (optional, defaults to all calendars) |