From gws
Query Google Calendar free/busy status for multiple users to find a meeting slot.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Query Google Calendar free/busy status for multiple users to find a meeting slot.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Query Google Calendar free/busy status for multiple users to find a meeting slot.
Use this workflow when the user needs to schedule a meeting and wants to find a time when all participants are available.
Ask the user for the list of email addresses to check availability for.
Ask for the date range and business hours to search within.
gws calendar freebusy query \
--json '{"timeMin": "START_ISO8601", "timeMax": "END_ISO8601", "items": [{"id": "user1@company.com"}, {"id": "user2@company.com"}]}'
Parse the busy blocks from each calendar, find overlapping free windows, and present them to the user.
If the user picks a slot:
gws calendar +insert \
--summary 'MEETING_TITLE' \
--attendee user1@company.com \
--attendee user2@company.com \
--start 'START_TIME' \
--end 'END_TIME' \
--dry-run
--dry-run before creating the event2026-03-20T09:00:00-04:00)