recipe-batch-invite-to-event▌
googleworkspace/cli · updated Apr 8, 2026
Batch-add attendees to Google Calendar events with automatic notifications.
- ›Requires the gws-calendar skill and gws binary to execute
- ›Workflow includes three steps: retrieve the event, patch attendees with sendUpdates: \"all\" to notify participants, and verify the update
- ›Supports adding multiple attendees in a single operation by passing an array of email addresses
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Add Multiple Attendees to a Calendar Event</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-calendar</code></p>\n</blockquote>\n<p>Add a list of attendees to an existing Google Calendar event and send notifications.</p>\n<h2>Steps</h2>\n<ol>\n<li>Get the event: <code>gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'</code></li>\n<li>Add attendees: <code>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"}]}'</code></li>\n<li>Verify attendees: <code>gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'</code></li>\n</ol>"}}]
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★56 reviews- ★★★★★Noah Khan· Dec 24, 2024
Keeps context tight: recipe-batch-invite-to-event is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Chinedu Anderson· Dec 12, 2024
recipe-batch-invite-to-event has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Dhruvi Jain· Dec 8, 2024
Useful defaults in recipe-batch-invite-to-event — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Oshnikdeep· Nov 27, 2024
recipe-batch-invite-to-event has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Hana Ndlovu· Nov 27, 2024
recipe-batch-invite-to-event fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ama Verma· Nov 15, 2024
Registry listing for recipe-batch-invite-to-event matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Soo Thomas· Nov 3, 2024
Useful defaults in recipe-batch-invite-to-event — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Hana Lopez· Oct 22, 2024
I recommend recipe-batch-invite-to-event for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Ganesh Mohane· Oct 18, 2024
Solid pick for teams standardizing on skills: recipe-batch-invite-to-event is focused, and the summary matches what you get after install.
- ★★★★★Kiara Ramirez· Oct 18, 2024
We added recipe-batch-invite-to-event from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 56