
recipe-find-free-time
PopularQuery Google Calendar free/busy status for multiple users to find a meeting slot.
"Query Google Calendar free/busy status for multiple users to find a meeting slot."
Find Free Time Across Calendars
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.
Steps
- 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'
You Might Also Like
Related Skills

revops
When the user wants help with revenue operations, lead lifecycle management, or marketing-to-sales handoff processes. Also use when the user mentions 'RevOps,' 'revenue operations,' 'lead scoring,' 'lead routing,' 'MQL,' 'SQL,' 'pipeline stages,' 'deal desk,' 'CRM automation,' 'marketing-to-sales handoff,' 'data hygiene,' 'leads aren't getting to sales,' 'pipeline management,' 'lead qualification,' or 'when should marketing hand off to sales.' Use this for anything involving the systems and processes that connect marketing to revenue. For cold outreach emails, see cold-email. For email drip campaigns, see emails. For pricing decisions, see pricing.
coreyhaines31
recipe-block-focus-time
Create recurring focus time blocks on Google Calendar to protect deep work hours.
googleworkspace
recipe-create-task-list
Set up a new Google Tasks list with initial tasks.
googleworkspace
recipe-share-doc-and-notify
Share a Google Docs document with edit access and email collaborators the link.
googleworkspace
recipe-schedule-recurring-event
Create a recurring Google Calendar event with attendees.
googleworkspace
recipe-find-large-files
Identify large Google Drive files consuming storage quota.
googleworkspace