recipe-schedule-recurring-event

Create recurring Google Calendar events with attendees via gws-calendar.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling recurring calendar events with attendees can be tedious and error-prone when done manually. This skill automates the process, ensuring consistent event creation with attendee invitations and correct recurrence rules.

Core Features & Use Cases

  • Create recurring Google Calendar events with a configurable summary, start/end times, time zone, and recurrence rules (e.g., weekly on Mondays).
  • Attach attendees by email so invites are automatically sent to participants.
  • Validate prerequisites and required fields (calendarId, start/end times, timeZone, and attendees) before execution to prevent partial or erroneous events.

Quick Start

Use your assistant to schedule a recurring Google Calendar event with attendees using the gws-calendar integration.

Frequently Asked Questions about recipe-schedule-recurring-event

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule a recurring Google Calendar event with attendees automatically?

You can schedule a recurring Google Calendar event with attendees by using the gws-calendar integration to configure the summary, start/end times, timeZone, recurrence rules, and attendee email list. Invitations are automatically sent to participants upon event creation.

Can I automate creating weekly recurring calendar invites with a list of attendee emails?

Yes, you can automate creating weekly recurring calendar invites by specifying a weekly recurrence rule and providing a list of attendee emails to the gws-calendar integration. The validation process checks the attendees and recurrence inputs before execution.

What fields are required to create a recurring Google Calendar invite with gws-calendar?

Required fields include calendarId, startTime, endTime, timeZone, recurrence, and attendees. The Skill validates these inputs before execution to prevent partial or erroneous events and ensure the gws-calendar prerequisite is met.

Does the gws-calendar integration validate input data before creating recurring events?

Yes, the gws-calendar integration validates calendarId, startTime, endTime, timeZone, recurrence, and attendees before execution. This prevents partial or erroneous recurring events and ensures calendar prerequisites are respected.

How do I set up a custom recurrence rule for Google Calendar events with multiple participants?

You can set up custom recurrence rules for Google Calendar events by defining the recurrence pattern and supplying participant email addresses. The automation validates the times, timeZone, and attendees before creating the recurring event.