lark_calendar_events
Retrieve calendar events for a specified time range. Provide calendar ID, start and end timestamps to list events from a user's calendar.
Instructions
获取用户日历中指定时间范围内的事件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | 日历 ID,通常为 'primary' 代表主日历 | |
| start_time | Yes | 开始时间,Unix 时间戳(秒),例如今天 0 点 | |
| end_time | Yes | 结束时间,Unix 时间戳(秒) | |
| page_size | No | 返回条数 |