recipe-schedule-recurring-event

Create recurring Google Calendar events with attendees and timezone-aware datetimes.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-schedule-recurring-event-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-schedule-recurring-event
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-schedule-recurring-event
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-schedule-recurring-event-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual steps of creating repeating calendar events, setting correct timezones, and adding attendees, which saves time and reduces scheduling errors when standing meetings or recurring checkpoints are required.

Core Features & Use Cases

  • Create Recurring Events: Insert events with recurrence rules (RRULE) into a Google Calendar.
  • Timezone-aware Scheduling: Specify start and end datetimes with an explicit time zone to avoid cross-region confusion.
  • Invite Attendees: Add one or more attendee emails so participants receive invites automatically.
  • Use Case: Schedule a weekly team standup that recurs every Monday at a set time and invites the whole team.

Quick Start

Create a weekly 30-minute recurring Monday standup at 09:00 America/New_York and invite [email protected] using the gws-calendar skill.

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 recurring Google Calendar events with attendees by defining a recurrence rule (RRULE), timezone-aware start and end datetimes, and participant email lists. This automates meeting creation and sends invites directly to participants.

Can I use RRULE to set up a weekly standup in Google Workspace and invite a team?

Yes, you can use RRULE to set up a weekly standup in Google Workspace and invite a team. This process supports timezone-aware scheduling and automatically sends calendar invites to specified attendee emails.

Do I need Google Workspace credentials to create recurring calendar events with RRULE?

Yes, you need Google Workspace credentials and the gws-calendar skill to create recurring calendar events with RRULE. These prerequisites authenticate your account and provide the necessary API access for scheduling.

What is the best way to manage timezone-aware scheduling for repeating client meetings?

The best way to manage timezone-aware scheduling for repeating client meetings is to specify explicit start and end datetimes with a defined timezone alongside an RRULE. This avoids cross-region confusion for all attendees.

Does this recurring event scheduling approach support adding multiple attendee emails at once?

Yes, this recurring event scheduling approach supports adding multiple attendee emails at once. When you insert events with recurrence rules into a Google Calendar, all listed participants receive automatic invites.

Limitations of using RRULE for recurring Google Calendar events?

RRULE-based recurring Google Calendar events require correctly formatted rules and explicit timezone definitions. Incorrect timezone mapping or invalid RRULE syntax will cause scheduling errors for attendees across different regions.