recipe-batch-invite-to-event

Batch-add attendees to a Google Calendar event and notify them.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating attendees for a Google Calendar event is error-prone and time-consuming when done manually. This Skill batch-invites multiple attendees to an existing event and automatically notifies them of changes.

Core Features & Use Cases

  • Batch-add attendees to existing events using a list of emails.
  • Automatically send updates to attendees after changes to the event.
  • Use case: plan meetings with several participants or adjust invites for rescheduled events.

Quick Start

Provide the target event details and the attendee emails, then run the recipe to batch-invite attendees and send notifications.

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 batch-add attendees to a Google Calendar event?

Batch-add attendees to a Google Calendar event by providing the target event details and a list of attendee emails, then running the recipe to automatically patch the event and send notification updates to all invitees.

Can I automatically notify invitees when I add them to an existing Google Calendar event?

Yes, you can automatically notify invitees when adding them to an existing Google Calendar event because the recipe exposes a deterministic patch-and-notify flow that sends updates to attendees after changes are made.

What's the best way to update multiple meeting participants for a rescheduled Google Calendar event?

The best way to update multiple meeting participants for a rescheduled Google Calendar event is using a batch-invite workflow that adds multiple attendees from an email list and automatically sends event change notifications.

Do I need the gws-calendar skill to batch-invite attendees to events?

Yes, you need the gws-calendar skill to batch-invite attendees to events, as the recipe requires it to execute the deterministic patch-and-notify flow for updating existing Google Calendar events.

How does batch-inviting attendees streamline meeting scheduling workflows?

Batch-inviting attendees streamlines meeting scheduling workflows by replacing manual attendee coordination with a deterministic patch-and-notify flow, reducing errors and time spent updating existing Google Calendar events with multiple participants.

Are there limitations when batch-adding attendees to existing Google Calendar events?

A limitation when batch-adding attendees to existing Google Calendar events is that the recipe targets existing events for patch-and-notify updates and requires the gws-calendar skill, focusing on scheduling coordination rather than new event creation.