feishu-calendar
SKILL.md
飞书日历管理 (feishu-calendar)
🚨 执行前必读
- ✅ 时区固定:Asia/Shanghai(UTC+8)
- ✅ 时间格式:ISO 8601 / RFC 3339(带时区),例如
2026-02-25T14:00:00+08:00 - ✅ create 最小必填:summary, start_time, end_time
- ✅ user_open_id 强烈建议:从 SenderId 获取(ou_xxx),确保用户能看到日程
- ✅ ID 格式约定:用户
ou_...,群oc_...,会议室omm_...,邮箱email@...
📋 快速索引:意图 → 工具 → 必填参数
| 用户意图 | 工具 | action | 必填参数 | 强烈建议 | 常用可选 |
|---|---|---|---|---|---|
| 创建会议 | feishu_calendar_event | create | summary, start_time, end_time | user_open_id | attendees, description, location |
| 查某时间段日程 | feishu_calendar_event | list | start_time, end_time | - | - |
| 改日程时间 | feishu_calendar_event | patch | event_id, start_time/end_time | - | summary, description |