recipe-batch-invite-to-event

Add multiple attendees to Google Calendar events and send invitations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of adding multiple attendees to an existing Google Calendar event and sending notifications, saving time on manual invitations.

Core Features & Use Cases

  • Bulk Attendee Addition: Automate the addition of multiple attendees to a calendar event.
  • Notification Sending: Send invitations with notifications to attendees directly from the calendar.
  • Use Case: If you need to add a group of new attendees to a meeting and ensure they receive invitations, this Skill can handle that efficiently.

Quick Start

Add attendees to the 'Team Meeting' event and send invitations using the command: recipe-batch-invite-to-event --event-id "EVENT_ID" --attendees "[email protected],[email protected],[email protected]" --calendar-id "primary" --send-notifications true.

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?

To add multiple attendees to a Google Calendar event in bulk, you can use an automation script that processes a comma-separated list of emails and applies them directly to the specified event ID.

Can I send invitations automatically when adding a group of people to a calendar event?

Yes, batch invitation scripts can enable a send-notifications flag to automatically dispatch Google Calendar invitations to all newly added attendees during the bulk addition process.

Do I need any specific setup to automate bulk attendee addition for Google Calendar?

Yes, you need the 'gws-calendar' skill installed and active in your environment to handle the Google Calendar operations required for adding multiple attendees and sending notifications.

What is the best way to invite a large group to an existing corporate meeting?

The best way to invite a large group to an existing corporate meeting is using a batch invitation script that adds multiple attendees to a calendar event and triggers notifications automatically.

What information is required to automate batch invitations for team events?

Automating batch invitations requires the target event ID, the calendar ID, a comma-separated list of attendee email addresses, and a boolean flag to enable or disable sending notifications.