← 返回
数据分析 Key

Feishu Meeting

Create Feishu (Lark) video meetings via Calendar API — instant, scheduled, or recurring. Supports multiple invitees (resolved from mobile/email), automatic F...
通过日历API创建飞书视频会议——即时、定时或循环会议。支持多位受邀者(通过手机号/邮箱自动匹配),自动...
magicaldd
数据分析 clawhub v1.0.0 1 版本 99895.2 Key: 需要
★ 0
Stars
📥 953
下载
💾 48
安装
1
版本
#latest

概述

Feishu Meeting

Create Feishu video meetings with one command. Meetings appear in attendees' calendars with auto-generated VC links.

Prerequisites

Feishu app permissions (enable in Feishu Open Platform console):

  • calendar:calendar — Read/write calendars
  • vc:reserve — Reserve meetings
  • contact:user.id:readonly — Resolve mobile/email to user IDs

The app must have bot capability enabled.

Configuration

Before first use, set these values in scripts/create.sh:

  • DEFAULT_OWNER_OPEN_ID — Open ID of the default meeting owner (required)
  • CALENDAR_ID — The bot's primary calendar ID (run the discovery command below)

Discover Calendar ID

# After configuring Feishu appId/appSecret in openclaw.json:
curl -s "https://open.feishu.cn/open-apis/calendar/v4/calendars" \
  -H "Authorization: Bearer $TOKEN" | python3 -c "
import json,sys
for c in json.load(sys.stdin)['data']['calendar_list']:
    print(f\"{c['calendar_id']}  {c['type']}  {c['summary']}\")"

Use the primary calendar ID.

Usage

scripts/create.sh "Topic"                                         # Instant (5min from now)
scripts/create.sh "Topic" --start "2026-03-10 14:00" --duration 60  # Scheduled
scripts/create.sh "Topic" --invitee "13800138000"                   # With invitee
scripts/create.sh "Topic" --invitee "a@b.com" --invitee "138..."    # Multiple
scripts/create.sh "Topic" --rrule "FREQ=WEEKLY;BYDAY=WE;COUNT=8"   # Recurring

Options

FlagDescriptionDefault
----------------------------
`--invitee email>`Add invitee (repeatable)Owner only
--start Start time "YYYY-MM-DD HH:MM"Now + 5 min
--duration Duration in minutes60
--rrule RFC 5545 recurrence ruleNone

Positional args after topic are treated as invitees for convenience.

RRULE Examples

PatternRRULE
----------------
Every MondayFREQ=WEEKLY;BYDAY=MO;COUNT=52
Every weekdayFREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;COUNT=52
Biweekly WednesdayFREQ=WEEKLY;INTERVAL=2;BYDAY=WE;COUNT=26
Monthly 1st FridayFREQ=MONTHLY;BYDAY=1FR;COUNT=12
Daily for 5 daysFREQ=DAILY;COUNT=5

Important: Feishu requires COUNT or UNTIL in recurrence rules. The script auto-appends COUNT=52 if neither is present.

How It Works

  1. Gets tenant_access_token from Feishu app credentials
  2. Creates a calendar event with vchat.vc_type: "vc" (auto-generates Feishu VC link)
  3. Resolves invitee mobiles/emails → open_ids via batch_get_id
  4. Adds attendees to the calendar event (they see it in their Feishu calendar)

Troubleshooting

ErrorCauseFix
-------------------
99991672Missing permissionEnable the required scope in app console
190002 invalid parametersBad RRULE or timestampEnsure RRULE has COUNT/UNTIL; timestamps are Unix seconds
Invitee not foundUser not in app's visibility scopeAdd user to app's contact scope, or share link manually
121003 param error on reserves APIWrong field in payloadDon't pass invitees to /vc/v1/reserves/apply — it doesn't exist

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Novel Workshop

magicaldd
多模型命题小说创作工坊。用户给出写作命题,自动完成:AI 写初稿 → 三路并行审阅(逻辑/文学/锐评)→ AI 改稿 → 飞书文档完整存档。 一键启动,全程自动,零手动干预。支持飞书实时进度推送。 触发词:命题写作、写一篇小说、命题小说、创
★ 5 📥 1,170
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,205
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,831