recipe-schedule-recurring-event
This recipe automates setup of repeating calendar meetings in Google Calendar, adding attendees and configuring recurrence rules in a single operation. It builds on the gws-calendar skill to handle the full workflow.
recipe-schedule-recurring-event creates a recurring Google Calendar event and adds attendees in one command.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-22
recipe-schedule-recurring-event creates a recurring Google Calendar event and adds attendees in one command. This recipe automates setup of repeating calendar meetings in Google Calendar, adding attendees and configuring recurrence rules in a single operation. It builds on the gws-calendar skill to handle the full workflow.
Use it when
- Yes.
- recipe-schedule-recurring-event simplifies standup meeting setup by automating recurring event creation with attendee management.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
googleworkspace/cli/recipe-schedule-recurring-event · repository language: Rust
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I create a recurring Google Calendar event?
recipe-schedule-recurring-event automates the setup of repeating calendar meetings in Google Calendar. The recipe configures recurrence rules and adds attendees in a single operation, building on the gws-calendar skill to handle the full workflow from start to finish.
Can recipe-schedule-recurring-event schedule weekly meeting with attendees?
Yes. recipe-schedule-recurring-event is designed to schedule weekly meetings with multiple attendees. It automates the entire process of creating the recurring event, setting the recurrence pattern, and adding all specified attendees to the meeting in one streamlined operation.
How do I set up a recurring standup meeting?
recipe-schedule-recurring-event simplifies standup meeting setup by automating recurring event creation with attendee management. You can configure weekly or custom recurrence patterns and add your team members as attendees, all within a single automated workflow.
What does recipe-schedule-recurring-event do?
recipe-schedule-recurring-event automates the creation of repeating calendar events in Google Calendar with attendee management. It handles recurrence rule configuration and attendee addition in one operation, eliminating manual steps and reducing setup time for recurring team meetings.
Can I add recurring event to Google Calendar with this recipe?
Yes. recipe-schedule-recurring-event adds recurring events to Google Calendar with full attendee support. The recipe builds on the gws-calendar skill to automate the complete workflow, including recurrence setup and attendee management in a single operation.
How to schedule recurring meetings with recipe-schedule-recurring-event?
recipe-schedule-recurring-event automates recurring meeting scheduling by handling recurrence rules and attendee management together. Configure your meeting frequency, add attendees, and the recipe sets up the repeating calendar event in Google Calendar automatically.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Schedule a Recurring Meeting
> PREREQUISITE: Load the following skills to execute this recipe: gws-calendar
Create a recurring Google Calendar event with attendees.
Steps
- Create recurring event:
gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "start": {"dateTime": "2024-03-18T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2024-03-18T09:30:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO"], "attendees": [{"email": "team@company.com"}]}' - Verify it was created:
gws calendar +agenda --days 14 --format table
File tree — 1 file
skills/recipe-schedule-recurring-event/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Create a recurring calendar event with multiple attendees”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This recipe automates the setup of recurring focus time blocks on Google Calendar, marking them as busy to shield your deep work from interruptions. It uses the gws-calendar skill to establish weekly blocks across weekdays.
This recipe automates moving Google Calendar events to different times while sending updates to all attendees. It chains calendar lookup, event retrieval, and time-change operations into a single workflow.
This recipe queries Google Calendar's free/busy status across multiple users to identify shared availability windows. It retrieves busy/free data for a specified time range, then helps you spot overlapping open slots where all attendees can meet.
This recipe automates file distribution by retrieving attendees from a Google Calendar event and granting them access to specified Google Drive files. It uses the gws-calendar and gws-drive skills to fetch event details and manage sharing permissions.
This recipe automates adding multiple attendees to an existing Google Calendar event while sending notifications to all participants. It retrieves the event, patches it with a list of attendee emails, and verifies the changes.
Display upcoming events from all your Google calendars in one view. Filter by today, tomorrow, this week, or a custom number of days ahead, and optionally narrow to a specific calendar or timezone.
More skills Google Calendar (NOASSERTION) · recipe-create-events-from-sheet (Apache-2.0) · gws (MIT) · Google Workspace Cli (unlicensed) · recipe-post-mortem-setup (Apache-2.0) · persona-project-manager (Apache-2.0) · Gog Calendar (NOASSERTION) · gws-calendar-insert (Apache-2.0)