Recipe Schedule Recurring Event
v1.0.12创建 a recurring Google Calendar event with attendees.
0· 508·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install recipe-schedule-recurring-event
镜像加速npx clawhub@latest install recipe-schedule-recurring-event --registry https://cn.longxiaskill.com 镜像可用
技能文档
Schedule a Recurring Meeting
PREREQUISITE: Load the following 技能s to 执行 this recipe: gws-calendar
创建 a recurring Google Calendar event with attendees.
Steps 创建 recurring event: gws calendar 事件 insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "启动": {"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"}]}' 验证 it was 创建d: gws calendar +agenda --days 14 --格式化 table