recipe-batch-invite-to-event

Add multiple attendees to Google Calendar events and send notifications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws, and includes scripts (resource) components.

What problem does it solve?

Manually adding attendees to Google Calendar events and sending notifications can be time-consuming. This Skill streamlines the process, saving time and ensuring accurate updates.

Core Features & Use Cases

  • Batch Attendee Addition: Add multiple attendees to an existing Google Calendar event with a single command.
  • Notification Integration: Send event notifications to attendees directly from the Calendar.
  • Use Case: Ideal for event organizers who need to quickly update their event details and notify attendees of changes.

Quick Start

Add attendees to an event and send notifications using the command: recipe-batch-invite-to-event --event-id EVENT_ID --attendees '[email protected],[email protected],[email protected]'.

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 a Google Calendar event at once?

Batch attendee addition automates adding multiple attendees to a Google Calendar event. It requires an event ID and a comma-separated list of emails, sending calendar notifications directly through the Google Workspace API.

Can I send notifications to new attendees after updating a Google Calendar event?

Yes, notification integration sends event updates directly from Google Calendar. When you batch add new attendees to an existing event, the workflow triggers Google Calendar's native notification system to alert them.

Do I need a Google Workspace API to automate event management and attendee addition?

Yes, Google Workspace API access is required to modify calendar events and automate attendee addition. The Skill depends on the 'gws' dependency to access and update your existing Google Calendar events programmatically.

What is the best way to quickly update event details and notify many attendees?

Using a batch invite command is the best way to quickly update event details and notify attendees. It streamlines event management workflows by taking a single command with an event ID and email list to update everyone simultaneously.

What information do I need to provide to batch invite attendees to a Google Calendar event?

You need the specific event ID of the existing Google Calendar event and a comma-separated list of attendee emails. The command uses these parameters to locate your event and process the scheduled attendee addition automatically.