list_calendar_events
Get events from a specified Feishu calendar. Provide the calendar ID and optional start/end times to list events within a time range, enabling schedule queries.
Instructions
[Official API + UAT] List events in a calendar within an optional time range. Typical usage: first list_calendars to find calendar_id (primary calendar has type="primary"), then list events in e.g. [now, now+7d] (Unix seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | Range end (Unix seconds, optional) | |
| page_size | No | Items per page (default 50) | |
| page_token | No | Pagination token | |
| start_time | No | Range start (Unix seconds, optional) | |
| sync_token | No | Incremental sync token (optional) | |
| calendar_id | Yes | Calendar ID from list_calendars |