recipe-batch-invite-to-event

Batch invite attendees to an existing Google Calendar event and send notifications.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill recipe-batch-invite-to-event-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-batch-invite-to-event
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/recipe-batch-invite-to-event
Command: npx skills add https://github.com/temple-slope/dotfiles --skill recipe-batch-invite-to-event-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add a list of attendees to an existing Google Calendar event and send notifications.

Core Features & Use Cases

  • Batch-invite attendees to an existing Google Calendar event
  • Send updates to all attendees when the invitation changes
  • Use case: coordinate a meeting by inviting multiple team members and notifying them of changes

Quick Start

Provide the event ID and the emails of attendees to add, then run the recipe to batch-invite them 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 invite attendees to an existing Google Calendar event?

To batch invite attendees to a Google Calendar event, you provide the event ID and attendee emails, and the recipe patches the event with the gws-calendar integration to add guests and send notifications instantly.

Can I send calendar invitations to multiple team members and notify them of changes?

Yes, you can send calendar invitations to multiple team members and notify them of changes by updating the attendee list on an existing event, which propagates the update and sends notifications to all invited guests.

What do I need to start adding attendees to a Google Calendar event?

To start adding attendees to a Google Calendar event, you need the existing event's ID and the email addresses of the attendees you want to invite, along with the gws-calendar integration enabled.

Does this recipe update existing calendar events or create new ones?

This recipe updates existing calendar events rather than creating new ones, patching the attendee data on a specified event ID to ensure all invited guests receive the updated invitation.

What's the best way to automate event-management workflows for large attendee lists?

The best way to automate event-management workflows for large attendee lists is using a batch-invite recipe that patches event data and propagates updates to all participants through the gws-calendar integration.