← 返回
效率工具 中文

Recipe Reschedule Meeting

Move a Google Calendar event to a new time and automatically notify all attendees.
将 Google Calendar事件移动到新时间,并自动通知所有参与者。
googleworkspace-bot
效率工具 clawhub v1.0.12 2 版本 99859.6 Key: 无需
★ 0
Stars
📥 711
下载
💾 8
安装
2
版本
#latest

概述

Reschedule a Google Calendar Meeting

> PREREQUISITE: Load the following skills to execute this recipe: gws-calendar

Move a Google Calendar event to a new time and automatically notify all attendees.

Steps

  1. Find the event: gws calendar +agenda
  2. Get event details: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'
  3. Update the time: 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"}}'

版本历史

共 2 个版本

  • v1.0.12 当前
    2026-05-03 04:02 安全 安全
  • v1.0.0
    2026-03-20 00:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,369
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,843
communication-collaboration

Gws Gmail

googleworkspace-bot
Gmail:发送、阅读和管理邮件。
★ 2 📥 4,985