recipe-plan-weekly-schedule
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePlan Your Weekly Google Calendar Schedule
规划你的每周Google Calendar日程
PREREQUISITE: Load the following skills to execute this recipe:gws-calendar
Review your Google Calendar week, identify gaps, and add events to fill them.
前提条件: 加载以下技能以执行此方案:gws-calendar
查看你的Google Calendar周日程,识别空闲时段,并添加活动来填补这些空档。
Steps
步骤
- Check this week's agenda:
gws calendar +agenda - Check free/busy for the week:
gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}' - Add a new event:
gws calendar +insert --summary 'Deep Work Block' --start '2025-01-21T14:00' --duration 120 - Review updated schedule:
gws calendar +agenda
- 查看本周日程:
gws calendar +agenda - 查询本周忙闲状态:
gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}' - 添加新活动:
gws calendar +insert --summary 'Deep Work Block' --start '2025-01-21T14:00' --duration 120 - 查看更新后的日程:
gws calendar +agenda