首页/产品经理/recipe-find-free-time
R

recipe-find-free-time

by @googleworkspacev1.0.0
4.0(0)

查询多个用户的Google日历忙闲状态,以找到所有参与者都可用的共同空闲时间。

Google CalendarAvailability CheckerMeeting SchedulingTime ManagementProductivity ToolsGitHub
安装方式
npx skills add googleworkspace/cli --skill recipe-find-free-time
compare_arrows

Before / After 效果对比

1
使用前

协调多人会议时间是项挑战,需要逐一询问或查看日历,耗时且容易出现冲突。会议安排效率低下,影响项目推进。

使用后

自动查询多位用户的Google日历空闲状态,智能推荐最佳会议时段。大幅缩短会议协调时间,确保高效安排,提升团队协作效率。

description SKILL.md


name: recipe-find-free-time version: 1.0.0 description: "Query Google Calendar free/busy status for multiple users to find a meeting slot." metadata: openclaw: category: "recipe" domain: "scheduling" requires: bins: ["gws"] skills: ["gws-calendar"]

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'

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量3.8K
评分4.0 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例1 组

用户评分

4.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月16日
最后更新2026年3月16日