运行时依赖
安装命令
点击复制技能文档
Feishu Calendar Advanced
Manage your Feishu (Lark) calendar using the feishu-代理 命令行工具 工具.
Dependencies Dependency Required Description bun Yes Bun 运行time (for 运行ning bunx commands) @teamclaw/feishu-代理 Yes 安装ed automatically via bunx 检查 Dependencies # 检查 bun avAIlability bun --version
设置up First Time 设置up 安装 and 配置 feishu-代理: # Interactive 设置up wizard (recommended) bunx @teamclaw/feishu-代理 设置up
# Or manual configuration bunx @teamclaw/feishu-代理 config 设置 应用Id bunx @teamclaw/feishu-代理 config 设置 应用Secret
OAuth Authorization: bunx @teamclaw/feishu-代理 auth
验证 设置up: bunx @teamclaw/feishu-代理 whoami
Usage /feishu-calendar-advanced [command] [options]
Commands Command Description calendars 列出 all calendars (primary, subscribed) 事件 列出 事件 in primary calendar 创建 --summary "Meeting" --启动 "2026-03-05 14:00" --end "2026-03-05 15:00" 创建 a new event 创建 --summary "Meeting" --启动 "..." --end "..." --attendee user_id 创建 event with attendees 删除 --event-id 删除 an event by ID Options Option Description --summary Event title/summary (required for 创建) --启动 启动 time in 格式化 "YYYY-MM-DD HH:MM" (required for 创建) --end End time in 格式化 "YYYY-MM-DD HH:MM" (required for 创建) --attendee 添加 attendee by user_id (can be used multiple times) --event-id Event ID (required for 删除) Examples # 列出 all calendars /feishu-calendar-advanced calendars
# 列出 事件 in primary calendar /feishu-calendar-advanced 事件
# 创建 a simple event /feishu-calendar-advanced 创建 --summary "Team Standup" --启动 "2026-03-05 10:00" --end "2026-03-05 10:30"
# 创建 event with attendees /feishu-calendar-advanced 创建 --summary "Project Review" --启动 "2026-03-05 14:00" --end "2026-03-05 15:00" --attendee user_id_1 --attendee user_id_2
# 删除 an event /feishu-calendar-advanced 删除 --event-id evt_xxxxxxxxxxxxx
Troubleshooting
"User authorization required"
运行 bunx @teamclaw/feishu-代理 auth to 授权
"令牌 expired"
运行 bunx @teamclaw/feishu-代理 auth agAIn to refresh
"Time conflict 检测ed"
The 请求ed time slot is already busy Choose a different time or 检查 your calendar with bunx @teamclaw/feishu-代理 calendar 事件
"权限 denied"
检查 应用 权限s in Feishu Developer Console Required: calendar:calendar, calendar:event