recipe-reschedule-meeting

recipe-reschedule-meeting

熱門

將 Google 日曆活動移至新的時間,並自動通知所有參與者。

2.7萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-reschedule-meeting
description

將 Google 日曆活動移至新的時間,並自動通知所有參與者。

重新安排 Google 日曆會議

先決條件: 載入以下技能以執行此配方:gws-calendar

將 Google 日曆活動移至新的時間,並自動通知所有參與者。

步驟

  1. 尋找活動:gws calendar +agenda
  2. 取得活動詳細資訊:gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'
  3. 更新時間: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"}}'