← 返回
开发者工具 中文

Recipe Batch Invite To Event

Add a list of attendees to an existing Google Calendar event and send notifications.
将参会者列表添加到现有的 Google 日历事件中并发送通知。
googleworkspace-bot
开发者工具 clawhub v1.0.12 3 版本 99862.1 Key: 无需
★ 0
Stars
📥 724
下载
💾 10
安装
3
版本
#latest

概述

Add Multiple Attendees to a Calendar Event

> PREREQUISITE: Load the following skills to execute this recipe: gws-calendar

Add a list of attendees to an existing Google Calendar event and send notifications.

Steps

  1. Get the event: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'
  2. Add attendees: gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"attendees": [{"email": "alice@company.com"}, {"email": "bob@company.com"}, {"email": "carol@company.com"}]}'
  3. Verify attendees: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'

版本历史

共 3 个版本

  • v1.0.12 当前
    2026-05-03 03:49 安全 安全
  • v1.0.10
    2026-03-29 14:24
  • v1.0.0
    2026-03-26 22:19

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,630
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,947
communication-collaboration

Gws Gmail

googleworkspace-bot
Gmail:发送、阅读和管理邮件。
★ 2 📥 5,024