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日