recipe-batch-invite-to-event

Add multiple attendees to a Google Calendar event and notify guests.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-batch-invite-to-event-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-batch-invite-to-event
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-batch-invite-to-event
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-batch-invite-to-event-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual repetition of updating Google Calendar events one attendee at a time by allowing organizers to add multiple attendees and trigger notifications in a single operation.

Core Features & Use Cases

  • Batch Attendee Addition: Add multiple email addresses to an existing Google Calendar event in one request.
  • Send Notifications: Use Google Calendar's sendUpdates behavior to notify all guests of the change.
  • Verify Changes: Re-fetch the event to confirm the attendee list was applied successfully.
  • Use Case: Quickly add a list of stakeholders to a meeting and ensure everyone receives the calendar update before the meeting starts.

Quick Start

Add attendees [email protected], [email protected], and [email protected] to the Google Calendar event with ID EVENT_ID and notify all guests.

Frequently Asked Questions about recipe-batch-invite-to-event

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add multiple attendees to an existing Google Calendar event at once?

To batch-add attendees to a Google Calendar event, provide the event ID and a list of email addresses to the Skill, which patches the event and triggers update notifications to all guests in a single request. It eliminates manual one-by-one additions.

Can I notify all guests automatically when updating a Google Calendar event attendee list?

Yes, you can notify all guests automatically when updating a Google Calendar event attendee list by using Google Calendar's sendUpdates behavior during the batch-add operation. The Skill ensures every added participant receives the calendar update.

Do I need a Google Workspace Calendar API access to batch-invite attendees to calendar events?

Yes, you need Google Workspace Calendar API access and the gws-calendar skill to fetch, patch, and verify event attendee lists. These prerequisites allow the Skill to authenticate and modify live event details.

What is the best way to update live Google Calendar events with last-minute stakeholder additions?

The best way to update live Google Calendar events with last-minute additions is using a batch-invite operation that adds multiple stakeholders and sends notifications simultaneously. This ensures everyone receives timely calendar updates before the meeting starts.

How does the batch-invite process verify that attendees were successfully added to a calendar event?

The batch-invite process verifies attendees by re-fetching the Google Calendar event after applying the patch. This confirmation step checks the updated attendee list to ensure all email addresses were successfully applied to the live event.

Can I batch-invite external participants to a primary Google Workspace calendar event?

Yes, you can batch-invite external participants to a primary Google Workspace calendar event by adding their email addresses in the batch operation. The Skill patches the event and sends notifications to all guests regardless of domain.