recipe-find-free-time▌
googleworkspace/cli · updated Apr 8, 2026
Find overlapping free time slots across multiple Google Calendars for scheduling meetings.
- ›Queries free/busy status for multiple users within a specified time range to identify available meeting windows
- ›Requires the gws-calendar skill as a dependency
- ›Integrates with Google Workspace Calendar API to retrieve availability data and create events with attendees in confirmed free slots
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Find Free Time Across Calendars</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-calendar</code></p>\n</blockquote>\n<p>Query Google Calendar free/busy status for multiple users to find a meeting slot.</p>\n<h2>Steps</h2>\n<ol>\n<li>Query free/busy: <code>gws calendar freebusy query --json '{"timeMin": "2024-03-18T08:00:00Z", "timeMax": "2024-03-18T18:00:00Z", "items": [{"id": "user1@company.com"}, {"id": "user2@company.com"}]}'</code></li>\n<li>Review the output to find overlapping free slots</li>\n<li>Create event in the free slot: <code>gws calendar +insert --summary 'Meeting' --attendee user1@company.com --attendee user2@company.com --start '2024-03-18T14:00:00' --end '2024-03-18T14:30:00'</code></li>\n</ol>"}}]
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★62 reviews- ★★★★★Advait Li· Dec 28, 2024
Useful defaults in recipe-find-free-time — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Advait Singh· Dec 24, 2024
Registry listing for recipe-find-free-time matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Carlos Chawla· Dec 12, 2024
recipe-find-free-time reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Mateo Anderson· Dec 8, 2024
Registry listing for recipe-find-free-time matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Chaitanya Patil· Dec 4, 2024
Keeps context tight: recipe-find-free-time is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Mateo Smith· Nov 27, 2024
Useful defaults in recipe-find-free-time — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Piyush G· Nov 23, 2024
recipe-find-free-time has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Hana Diallo· Nov 23, 2024
recipe-find-free-time fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Aanya Singh· Nov 19, 2024
Registry listing for recipe-find-free-time matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Dev Martinez· Nov 15, 2024
Useful defaults in recipe-find-free-time — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 62