feishu_get_event_list
Get events from a Feishu calendar by specifying its ID. Filter by time range and paginate to view daily schedules or meeting lists.
Instructions
查询飞书日程/事件列表。当用户说"查看日程"、"今天的安排"、"查询日程"、"有哪些会议"等类似话语时使用。需要提供日历 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | 结束时间,Unix 时间戳,单位毫秒 (End time timestamp in ms) | |
| page_size | No | 每页数量 (Page size) | |
| page_token | No | 分页令牌 (Page token) | |
| start_time | No | 开始时间,Unix 时间戳,单位毫秒 (Start time timestamp in ms) | |
| calendar_id | Yes | 日历 ID (Calendar ID) |