list_calendar_events
Retrieve events from your primary calendar within a specified date range. Use local time (UTC+8) for start and end dates after checking the current time first.
Instructions
列出用户主日历中的事件。
[注意] 调用前请务必先执行 get_current_time 获取当前时间。
[时区] 所有日期字符串必须使用本地时间 (UTC+8)。
参数: start_date (str, 可选): 查询范围的开始时间。ISO 8601 格式 (如 '2025-12-23T00:00:00')。必须是本地时间。 end_date (str, 可选): 查询范围的结束时间。ISO 8601 格式 (如 '2025-12-23T23:59:59')。必须是本地时间。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No |