R
recipe-find-free-time
by @googleworkspacev
4.5(152)
查询多个用户的Google日历忙闲状态,以找到所有参与者都可用的共同空闲时间。
安装方式
npx skills add googleworkspace/cli --skill recipe-find-free-timecompare_arrows
Before / After 效果对比
1 组使用前
协调多人会议时间是项挑战,需要逐一询问或查看日历,耗时且容易出现冲突。会议安排效率低下,影响项目推进。
使用后
自动查询多位用户的Google日历空闲状态,智能推荐最佳会议时段。大幅缩短会议协调时间,确保高效安排,提升团队协作效率。
SKILL.md
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'
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量15.1K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.5(152)
5
23%
4
52%
3
23%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月23日