From google-workspace-cli
Queries Google Calendar free/busy status for multiple users to identify overlapping meeting slots, then inserts events via CLI. Useful for quick group scheduling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-find-free-timeThe 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
Query Google Calendar free/busy status for multiple users to find a meeting slot.
gws calendar freebusy query --json '{"timeMin": "2024-03-18T08:00:00Z", "timeMax": "2024-03-18T18:00:00Z", "items": [{"id": "[email protected]"}, {"id": "[email protected]"}]}'gws calendar +insert --summary 'Meeting' --attendees [email protected],[email protected] --start '2024-03-18T14:00:00' --duration 30npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceQueries Google Calendar free/busy status for multiple users to find overlapping free slots for meetings. Uses gws CLI to query and create events.
Automate Google Calendar: create/update/delete events, find free slots, manage attendees, list calendars using Rube MCP and Composio toolkit.
Manages Google Calendar events via Apps Script API: query today/week/upcoming/range events for availability checks, create events with titles, times, guests, descriptions, and auto-invites.