recipe-plan-weekly-schedule

recipe-plan-weekly-schedule

热门

查看您的Google日历周安排,识别空闲时段,并添加事件来填补它们。

2.7万Star
1669Fork
更新于 2026/3/31
SKILL.md
只读
名称
recipe-plan-weekly-schedule
描述

查看您的Google日历周安排,识别空闲时段,并添加事件来填补它们。

规划您的每周Google日历日程

先决条件: 加载以下技能以执行此配方:gws-calendar

查看您的Google日历周安排,识别空闲时段,并添加事件来填补它们。

步骤

  1. 查看本周日程:gws calendar +agenda
  2. 查看本周空闲/忙碌情况:gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'
  3. 添加新事件:gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'
  4. 查看更新后的日程:gws calendar +agenda