Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-find-free-time

Find overlapping free time slots across multiple Google Calendars for scheduling meetings.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-find-free-time
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-find-free-time has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-find-free-time.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Find overlapping free time slots across multiple Google Calendars for scheduling meetings. 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. - 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 - Query free/busy: 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"}]}' - Review the output to find overlapping free slots - Create event in the free slot: 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'

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-find-free-time do?

Find overlapping free time slots across multiple Google Calendars for scheduling meetings.

Is recipe-find-free-time good?

recipe-find-free-time does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-find-free-time?

recipe-find-free-time currently lists compatibility with Skills CLI.

Is recipe-find-free-time safe to install?

recipe-find-free-time has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-find-free-time?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-find-free-time?

Run the following command to install recipe-find-free-time: npx skills add https://github.com/googleworkspace/cli --skill recipe-find-free-time

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering