From google-workspace-cli
Reschedules Google Calendar events to new times using gws CLI commands and automatically notifies all attendees. Useful for adjusting meetings with agenda lookup and event patching.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-reschedule-meetingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Move a Google Calendar event to a new time and automatically notify all attendees.
gws calendar +agendagws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"start": {"dateTime": "2025-01-22T14:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-22T15:00:00", "timeZone": "America/New_York"}}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceReschedules Google Calendar events to new times using GWS CLI commands and notifies all attendees. Requires gws-calendar skill.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.