技能 效率工具 批量添加日程参与者

批量添加日程参与者

v20260401
recipe-batch-invite-to-event
通过 gws calendar 命令获取现有 Google 日历事件、批量添加参与者并发送更新通知,确保所有人收到邀请和变更提醒。
获取技能
76 次下载
概览

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"}'
信息
Category 效率工具
Name recipe-batch-invite-to-event
版本 v20260401
大小 996B
更新时间 2026-04-08
语言