Recipe Schedule Recurring Event

🌐Community
by googleworkspace · vlatest · Repository

This skill automatically creates recurring calendar events for recipes based on user input, simplifying meal planning and reminders.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add recipe-schedule-recurring-event npx -- -y @trustedskills/recipe-schedule-recurring-event
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "recipe-schedule-recurring-event": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/recipe-schedule-recurring-event"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to create recurring calendar events directly within Google Workspace. It automates the scheduling of tasks that repeat on a defined pattern, such as weekly meetings or daily reminders.

When to use it

  • Automate standing team syncs that occur every Monday at 9 AM without manual intervention.
  • Set up daily personal reminders for recurring habits like exercise or medication.
  • Schedule monthly client check-ins automatically based on a fixed date range.
  • Create seasonal events, such as quarterly planning sessions, that repeat annually.

Key capabilities

  • Creates new calendar entries with automatic recurrence rules.
  • Supports various frequency patterns (daily, weekly, monthly, yearly).
  • Integrates natively with the Google Calendar interface.
  • Managed via the googleworkspace/cli toolset for programmatic access.

Example prompts

  • "Create a recurring event called 'Weekly Team Standup' every Monday at 10:00 AM for the next year."
  • "Schedule a daily reminder titled 'Review Daily Goals' starting tomorrow at 8:30 AM."
  • "Set up a monthly meeting with the finance team on the first Friday of each month at 2:00 PM."

Tips & gotchas

Ensure you have appropriate permissions to modify calendar events in your Google Workspace account before attempting to execute this skill. Recurring rules are persistent; verify the end date or frequency settings carefully to avoid unintended long-term scheduling conflicts.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
170

🌐 Community

Passed automated security scans.