SKILL.md
只读
名称
recipe-block-focus-time
描述
在 Google 日历上创建重复的专注时间块,以保护深度工作时间。
在 Google 日历上设置专注时间块
前提条件: 加载以下技能以执行此配方:
gws-calendar
在 Google 日历上创建重复的专注时间块,以保护深度工作时间。
步骤
- 创建重复的专注时间块:
gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Focus Time", "description": "Protected deep work block", "start": {"dateTime": "2025-01-20T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-20T11:00:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"], "transparency": "opaque"}' - 验证其显示为忙碌:
gws calendar +agenda






