技能 效率工具 日历空闲时间查询

日历空闲时间查询

v20260401
recipe-find-free-time
调用谷歌日历的空闲/忙碌查询(free/busy)功能,寻找多位参与人都可用的时间段,再在合适时段创建会议,提高会议安排效率。
获取技能
263 次下载
概览

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

  1. 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"}]}'
  2. Review the output to find overlapping free slots
  3. 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'
信息
Category 效率工具
Name recipe-find-free-time
版本 v20260401
大小 958B
更新时间 2026-04-08
语言