技能 效率工具 定期会议日程助手

定期会议日程助手

v20260401
recipe-schedule-recurring-event
通过 gws 日历命令行自动创建带与会者的周期性 Google 日程,并可通过议程视图确认接下来两周的安排。
获取技能
294 次下载
概览

Schedule a Recurring Meeting

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

Create a recurring Google Calendar event with attendees.

Steps

  1. Create recurring event: gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "start": {"dateTime": "2024-03-18T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2024-03-18T09:30:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO"], "attendees": [{"email": "team@company.com"}]}'
  2. Verify it was created: gws calendar +agenda --days 14 --format table
信息
Category 效率工具
Name recipe-schedule-recurring-event
版本 v20260401
大小 923B
更新时间 2026-04-08
语言