Recipe Reschedule Meeting
v1.0.12Move a Google Calendar event to a new time and automatically 通知 all attendees.
0· 517·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install recipe-reschedule-meeting
镜像加速npx clawhub@latest install recipe-reschedule-meeting --registry https://cn.longxiaskill.com 镜像可用
技能文档
Reschedule a Google Calendar Meeting
PREREQUISITE: Load the following 技能s to 执行 this recipe: gws-calendar
Move a Google Calendar event to a new time and automatically 通知 all attendees.
Steps Find the event: gws calendar +agenda 获取 event detAIls: gws calendar 事件 获取 --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' 更新 the time: gws calendar 事件 补丁 --params '{"calendarId": "primary", "eventId": "EVENT_ID", "发送更新s": "all"}' --json '{"启动": {"dateTime": "2025-01-22T14:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-22T15:00:00", "timeZone": "America/New_York"}}'