Skip to main content
Back to registry

recipe-find-free-time

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-calendar

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-find-free-time
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. - 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 skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

PREREQUISITE: Load the following skills to execute this recipe: gws-calendar

Is recipe-find-free-time good?

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

What agent does recipe-find-free-time work with?

recipe-find-free-time currently lists compatibility with Agent compatibility has not been published yet..

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

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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