list_events
Retrieve calendar events within specified date ranges using Reclaim.ai integration. Filter by calendars, event types, and control data detail level.
Instructions
List calendar events within a time range.
Args: start: Start date (e.g., '2026-01-02' or '2026-01-02T00:00:00Z' - time is ignored) end: End date (e.g., '2026-01-02' or '2026-01-02T23:59:59Z' - time is ignored) calendar_ids: Optional list of calendar IDs to filter by event_type: Optional event type filter (EXTERNAL, RECLAIM_MANAGED, etc.) thin: If True, return minimal event data (default True)
Returns: List of event objects with eventId, title, eventStart, eventEnd, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| end | Yes | ||
| calendar_ids | No | ||
| event_type | No | ||
| thin | No |