Loading...
Loading...
Feishu Calendar (calendar): Provides comprehensive management capabilities for calendars and schedules (meetings). Core scenarios include: viewing/searching schedules, creating/updating schedules, managing attendees, checking free/busy status, and recommending available time slots. For high-frequency operations, prioritize using Shortcuts: +agenda (quick overview of today's/upcoming schedules), +create (create a schedule and invite attendees as needed), +freebusy (check the free/busy status of the user's primary calendar and RSVP status), +suggestion (provide multiple time recommendation solutions for appointment schedule requests with undetermined times).
npx skill4agent add larksuite/cli lark-calendar../lark-shared/SKILL.md💡 Core Principle: Act as an intelligent assistant, provide decision support, not a form filler or make decisions on behalf of users.
lark-cli calendar +freebusylark-cli calendar +suggestionsuggestionlark-cli calendar +create --summary "..." --start "..." --end "..." --attendee-ids ...FREQ=DAILY;UNTIL=20230307T155959Z;INTERVAL=14Calendar (日历)
└── Event (日程)
├── Attendee (参会人)
└── Reminder (提醒)lark-cli calendar +<verb> [flags]| Shortcut | Description |
|---|---|
| View schedule arrangements (default to today) |
| Create a schedule and invite attendees (ISO 8601 time) |
| Check the free/busy status of the user's primary calendar and RSVP status |
| Provide multiple time recommendation solutions for appointment schedule requests with undetermined times |
+suggestionlark-cli calendar +suggestion --start "2026-03-10T00:00:00+08:00" --end "2026-03-10T11:00:00+08:00" --attendee-ids "ou_xxx,oc_yyy" --duration-minutes 30 # 为用户ou_xxx和群组oc_yyy里的成员推荐空闲时段lark-cli schema calendar.<resource>.<method> # Must check the parameter structure before calling the API
lark-cli calendar <resource> <method> [flags] # Call the APIImportant: When using the native API, must first runto check theschema/--dataparameter structure. Do not guess the field format.--params
createdeletegetlistpatchprimarysearchbatch_deletecreatelistcreatedeletegetinstance_viewpatchsearchlist| Method | Required scope |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |