SKILL.md
readonlyread-only
name
recipe-reschedule-meeting
description
將 Google 日曆活動移至新的時間,並自動通知所有參與者。
重新安排 Google 日曆會議
先決條件: 載入以下技能以執行此配方:
gws-calendar
將 Google 日曆活動移至新的時間,並自動通知所有參與者。
步驟
- 尋找活動:
gws calendar +agenda - 取得活動詳細資訊:
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' - 更新時間:
gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"start": {"dateTime": "2025-01-22T14:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-22T15:00:00", "timeZone": "America/New_York"}}'






