recipe-batch-invite-to-event

Batch invite attendees to a Google Calendar event via API.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-batch-invite-to-event-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-batch-invite-to-event
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-batch-invite-to-event
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-batch-invite-to-event-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This recipe solves the tedious, error-prone process of manually inviting multiple attendees to a Google Calendar event and notifying them, saving time and reducing miscommunications.

Core Features & Use Cases

  • Batch-add attendees to an existing Google Calendar event by providing a list of email addresses.
  • Automatically send notifications to attendees when updates occur.
  • Validate input data (email format, eventId/calendarId existence) and gracefully handle errors (non-existent events, duplicate attendees).

Quick Start

Provide the eventId, calendarId, and a list of attendee emails to batch-invite to an existing Google Calendar event.

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

Batch-invite attendees to a Google Calendar event by providing the eventId, calendarId, and a list of attendee emails. The Skill uses validation and the Google Calendar API to patch the event and notify everyone added.

Does adding multiple attendees to Google Calendar send notifications automatically?

Yes, adding multiple attendees to Google Calendar sends notifications automatically. When patching the event with new email addresses, notifications are sent to the attendees to inform them of the update.

What do I need to provide to batch-add attendees to an existing calendar event?

To batch-add attendees to an existing calendar event, you need to provide the specific eventId, the calendarId, and a list of attendee emails. The Skill validates these inputs before applying the batch update.

How does batch-inviting handle duplicate attendees or invalid emails?

Batch-inviting handles duplicate attendees and invalid emails through input validation and graceful error handling. It checks email formats and verifies eventId and calendarId existence before patching the event.

Can I use this to add multiple email addresses to a Google Calendar event I do not own?

You can add multiple email addresses to a Google Calendar event by supplying the eventId and calendarId. The Skill validates the event's existence through the Google Calendar API to ensure it can patch the event successfully.

What is the best way to automate inviting a large list of people to a calendar event?

The best way to automate inviting a large list of people to a calendar event is using a batch-invite tool. Supply a list of attendee emails with the target eventId and calendarId to patch the event and send notifications in one action.