From gws
Reviews Google Calendar week via agenda and free/busy queries, identifies time gaps, and adds events like deep work blocks to fill them. Useful for automated weekly scheduling.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`
Reviews Google Calendar week via gws CLI: checks agenda and freebusy gaps, adds events like deep work blocks, then rechecks schedule.
Provides Python CLI for viewing, searching, and managing Google Calendar events: read access free, create/edit/delete pro tier. Supports natural language like schedule queries and quick adds.
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.
Share bugs, ideas, or general feedback.
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Review your Google Calendar week, identify gaps, and add events to fill them.
gws calendar +agendagws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'gws calendar +agenda