Recipe Create Events From Sheet — Recipe 创建 事件 From Sheet
v1.0.14Read event data from a Google Sheets spreadsheet and 创建 Google Calendar entries for each row.
0· 590·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install recipe-create-events-from-sheet
镜像加速npx clawhub@latest install recipe-create-events-from-sheet --registry https://cn.longxiaskill.com 镜像可用
技能文档
创建 Google Calendar 事件 from a Sheet
PREREQUISITE: Load the following 技能s to 执行 this recipe: gws-sheets, gws-calendar
Read event data from a Google Sheets spreadsheet and 创建 Google Calendar entries for each row.
Steps Read event data: gws sheets +read --spreadsheet SHEET_ID --range "事件!A2:D" For each row, 创建 a calendar event: gws calendar +insert --summary 'Team Standup' --启动 '2026-01-20T09:00:00' --end '2026-01-20T09:30:00' --attendee alice@company.com --attendee bob@company.com