lark-calendar
Installation
Summary
飞书日历与日程的全面管理,支持查看、创建、编辑日程及会议室预定。
- Core workflows: view/search schedules, create/update events, manage attendees, check free/busy status, find and book meeting rooms
- Four high-frequency shortcuts available:
+agenda(daily overview),+create(new event with attendees and rooms),+update(modify existing events),+freebusy(availability and RSVP status) - Meeting room booking is integrated into event creation/editing; requires explicit time blocks for room queries, or use
+suggestionto generate time options first - Supports recurring events with instance-level operations; editing recurring events requires locating the specific instance
event_idbefore modification - Mandatory prerequisite: read
lark-calendar-schedule-meeting.mdworkflow before any event scheduling or room-booking operations
SKILL.md
calendar (v4)
开始前先读 ../lark-shared/SKILL.md(认证、权限处理)。
CRITICAL — 凡涉及预约日程/会议室、调整时间或查询/搜索会议室,第一步 MUST 读 references/lark-calendar-schedule-meeting.md。仅编辑字段(改标题/描述)或增删参会人(不涉及时间和会议室)时可跳过,直接读 references/lark-calendar-update.md。
身份
按日程归属选身份:
- 查看/管理登录用户本人的日程 ��
--as user(默认,绝大多数场景)。 - 查看/管理 bot 自己创建/拥有的日程 →
--as bot
# 用户本人日程 → user
lark-cli calendar +agenda --as user
# bot 自建或参与的日程 → bot
lark-cli calendar +agenda --as bot