Recipe Batch Invite To Event
v1.0.12添加 a 列出 of attendees to an existing Google Calendar event and 发送 通知.
0· 537·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install recipe-batch-invite-to-event
镜像加速npx clawhub@latest install recipe-batch-invite-to-event --registry https://cn.longxiaskill.com 镜像可用
技能文档
添加 Multiple Attendees to a Calendar Event
PREREQUISITE: Load the following 技能s to 执行 this recipe: gws-calendar
添加 a 列出 of attendees to an existing Google Calendar event and 发送 通知.
Steps 获取 the event: gws calendar 事件 获取 --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' 添加 attendees: gws calendar 事件 补丁 --params '{"calendarId": "primary", "eventId": "EVENT_ID", "发送更新s": "all"}' --json '{"attendees": [{"emAIl": "alice@company.com"}, {"emAIl": "bob@company.com"}, {"emAIl": "carol@company.com"}]}' 验证 attendees: gws calendar 事件 获取 --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'