← Back to Skills Marketplace
googleworkspace-bot

Recipe Schedule Recurring Event

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ Security Clean
340
Downloads
0
Stars
8
Active Installs
13
Versions
Install in OpenClaw
/install recipe-schedule-recurring-event
Description
Create a recurring Google Calendar event with attendees.
README (SKILL.md)

Schedule a Recurring Meeting

PREREQUISITE: Load the following skills to execute this recipe: gws-calendar

Create a recurring Google Calendar event with attendees.

Steps

  1. 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": "[email protected]"}]}'
  2. Verify it was created: gws calendar +agenda --days 14 --format table
Usage Guidance
This recipe is internally consistent, but before using it: (1) ensure the 'gws' CLI on your system is the legitimate Google Workspace tool and is authenticated only with the scopes you expect (it will create events on your primary calendar); (2) review and edit the event JSON (attendees, times, recurrence) before running to avoid creating unwanted invites; (3) if you are unsure, test on a secondary/calendar or with a test account first; and (4) remember the skill relies on existing gws credentials — revoke or rotate those tokens if you later decide you no longer trust the CLI or skill.
Capability Analysis
Type: OpenClaw Skill Name: recipe-schedule-recurring-event Version: 1.0.12 The skill bundle contains a standard recipe for scheduling recurring Google Calendar events using the 'gws' command-line tool. The instructions in SKILL.md are transparent, align with the stated purpose, and do not exhibit any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description ask for creating a recurring Google Calendar event. The skill requires the 'gws' binary and the gws-calendar skill, which is consistent with invoking a Google Workspace CLI to manage calendars.
Instruction Scope
SKILL.md only contains two gws CLI commands: an events insert with event JSON and an agenda listing to verify. It does not instruct reading unrelated files, environment variables, or exfiltrating data to external endpoints. Note: execution will modify the authenticated user's calendar (it uses calendarId 'primary').
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself. This is low-risk from an installation standpoint.
Credentials
No environment variables or credentials are declared, which is reasonable because the skill delegates auth to the 'gws' CLI. Users should be aware that the gws CLI must already be authenticated and its stored credentials/tokens will be used to create calendar events.
Persistence & Privilege
The skill is user-invocable and not set to always:true. It does not request persistent/privileged presence or modify other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recipe-schedule-recurring-event
  3. After installation, invoke the skill by name or use /recipe-schedule-recurring-event
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated version number in metadata from 0.22.2 to 0.22.3 in SKILL.md. - No other changes made to functionality, description, or usage steps.
v1.0.9
- Updated metadata version to 0.22.2 in SKILL.md. - No functional or instructional changes; documentation version bump only.
v1.0.8
- Updated skill metadata version from 0.22.0 to 0.22.1 in SKILL.md. - No changes to functionality or instructions.
v1.0.7
- Updated metadata version to 0.22.0 in SKILL.md (was 0.21.2).
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md. - No changes to functionality or documentation content.
v1.0.5
- Updated skill version to 0.21.1. - No functional changes; only SKILL.md metadata version incremented.
v1.0.4
- Updated metadata version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Updated version to 0.20.0 in the skill metadata.
v1.0.2
- Updated skill metadata format. - Added a metadata.version field (0.19.0) and removed the top-level version key. - No changes to commands or functionality.
v1.0.1
- Updated metadata formatting in SKILL.md for consistency (lists now use dash style instead of brackets). - No changes to functionality or user instructions.
v1.0.0
Initial release: Create a recurring Google Calendar event with attendees. - Schedule weekly recurring meetings via Google Calendar. - Supports adding attendees to the recurring event. - Requires `gws-calendar` skill for operation. - Simple two-step process: event creation and verification.
Metadata
Slug recipe-schedule-recurring-event
Version 1.0.12
License MIT-0
All-time Installs 8
Active Installs 8
Total Versions 13
Frequently Asked Questions

What is Recipe Schedule Recurring Event?

Create a recurring Google Calendar event with attendees. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.

How do I install Recipe Schedule Recurring Event?

Run "/install recipe-schedule-recurring-event" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Recipe Schedule Recurring Event free?

Yes, Recipe Schedule Recurring Event is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Recipe Schedule Recurring Event support?

Recipe Schedule Recurring Event is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Recipe Schedule Recurring Event?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.

💬 Comments