Loading...
Loading...
Compare original and translation side by side
PREREQUISITE: Load the following skills to execute this recipe:,gws-calendargws-gmail
[!CAUTION] Deleting with sendUpdates sends cancellation emails to all attendees.
前提条件: 加载以下技能以执行此方案:、gws-calendargws-gmail
[!CAUTION] 使用sendUpdates参数删除事件会向所有参会者发送取消邮件。
gws calendar +agenda --format jsongws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}'gws gmail +send --to attendees --subject 'Meeting Cancelled: [Title]' --body 'Apologies, this meeting has been cancelled.'gws calendar +agenda --format jsongws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}'gws gmail +send --to attendees --subject '会议取消:[标题]' --body '抱歉,本次会议已取消。'