From gws
Reschedules Google Calendar events to new times using GWS CLI commands and notifies all attendees. Requires gws-calendar skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws: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 wadewarren/gws-claude-pluginLists, creates, inspects, and updates Google Calendar events via local Python scripts with standalone OAuth authentication. No MCP server needed.
Manages Google Calendar events via Python CLI scripts: lists calendars/events, gets details, creates/updates/deletes with standalone OAuth. For Workspace accounts without MCP server.
Creates recurring Google Calendar events with attendees using gws CLI. Includes JSON params for summary, times, RRULE recurrence, and verification via agenda.