recipe-batch-invite-to-event

Batch-add attendees to an existing Google Calendar event via the calendar events patch API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of adding multiple attendees to an existing Google Calendar event and notifying them, reducing manual coordination and email overhead.

Core Features & Use Cases

  • Batch-add attendees to a single event by providing a list of email addresses.
  • Send updates to attendees automatically to ensure everyone is informed.
  • Use case: when planning a meeting with 3-5 guests, run this skill to add them and trigger notifications with one command.

Quick Start

Run the batch-invite command with the event identifiers and a list of attendee emails to invite.

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-invite multiple attendees to an existing Google Calendar event?

To batch-invite attendees to a Google Calendar event, provide the calendarId, eventId, and a list of attendee emails. The skill patches the event via the gws calendar events patch API and optionally sends update notifications to everyone.

Can I automatically send notifications to guests when adding them to a Google Calendar event?

Yes, you can send notifications to guests when adding them to a Google Calendar event. The skill optionally sends updates to all attendees automatically after patching the event with the new email list.

What information do I need to add multiple guests to a Google Calendar meeting?

You need the calendarId, the eventId, and a list of attendee emails to add multiple guests. These identifiers allow the skill to locate the correct Google Calendar event and patch it with the new attendees.

Does this batch-invite skill create new calendar entries or only update existing ones?

This batch-invite skill only updates existing calendar entries. It reads and patches an already created Google Calendar event to add attendees, rather than generating a new meeting from scratch.

What is the best way to coordinate meeting invitations for a group of 3 to 5 people?

The best way to coordinate meeting invitations for a group is to use a batch-invite command. Supply the event identifiers and the guest email list to add all attendees and trigger notifications with one action.

Are there limitations when using the gws calendar events patch API to add attendees?

The main limitation when using the gws calendar events patch API is that it requires an existing eventId and calendarId. You cannot use this approach to invite attendees to a meeting that has not been created yet.