返回顶部
f

feishu-meeting-reminder飞书会议提醒

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
98
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

feishu-meeting-reminder

飞书会议自动提醒

🚨 执行前必读

  • - ✅ 时间格式:ISO 8601 / RFC 3339(带时区),例如 2026-02-28T14:00:00+08:00
  • useropenid 必填:从消息上下文的 SenderId 获取(ou_...)
  • reminders 参数:正数表示会前提醒,负数表示会后提醒(分钟)
  • 首次添加参会人时自动创建飞书视频会议

📋 快速索引

用户意图工具action必填参数
创建会议并提醒feishucalendareventcreatesummary, starttime, endtime, useropenid
查看今日会议
feishucalendarevent | list | starttime, endtime | | 查看会议详情 | feishucalendarevent | get | event_id | | 修改会议 | feishucalendarevent | patch | event_id | | 删除会议 | feishucalendarevent | delete | event_id | | 搜索会议 | feishucalendarevent | search | query |

🛠️ 功能详解

1. 创建会议并设置提醒

创建会议并自动在会前提醒参会人:

json
{
action: create,
summary: 周例会,
description: 每周一上午10点例会,
start_time: 2026-03-31T10:00:00+08:00,
end_time: 2026-03-31T11:00:00+08:00,
useropenid: ou_xxx,
attendees: [
{type: user, id: ou_xxx},
{type: user, id: ou_yyy}
],
reminders: [
{minutes: 15}, // 会前15分钟提醒
{minutes: 5} // 会前5分钟提醒
],
need_notification: true
}

reminders 可选值

  • - 15:会前15分钟
  • 10:会前10分钟
  • 5:会前5分钟
  • 0:会议开始时
  • -30:会议结束后30分钟

2. 查看即将到来的会议

json
{
action: list,
start_time: 2026-03-31T00:00:00+08:00,
end_time: 2026-03-31T23:59:59+08:00,
useropenid: ou_xxx
}

3. 会议冲突检测

在创建会议前检查时间冲突:

json
{
action: list,
start_time: 2026-03-31T09:00:00+08:00,
end_time: 2026-03-31T12:00:00+08:00,
useropenid: ou_xxx
}

如果返回空结果则表示该时间段空闲。

4. 搜索会议

json
{
action: search,
query: 周例会
}



💰 定价信息


版本价格功能
免费版¥0基础会议创建、查看
专业版
¥12/月 | +自动提醒、重复提醒、冲突检测 |
| 企业版 | ¥39/月 | +批量创建、会议统计、API |


📝 使用示例

用户说:帮我创建一个明天上午10点的会议,主题是项目评审,参会人有张三和李四,会前15分钟提醒

执行步骤

  1. 1. 创建会议(带提醒)
  2. 添加参会人
  3. 确认创建成功



📚 附录:日历 API 限制

  • - 时间区间最长40天
  • 返回实例数量上限1000
  • 重复日程会自动展开为多个实例

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 feishu-meeting-reminder-1775918057 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 feishu-meeting-reminder-1775918057 技能

通过命令行安装

skillhub install feishu-meeting-reminder-1775918057

下载

⬇ 下载 feishu-meeting-reminder v1.0.0(免费)

文件大小: 2.18 KB | 发布时间: 2026-4-12 09:56

v1.0.0 最新 2026-4-12 09:56
First release: Auto-remind attendees before meetings

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部