recipe-create-events-from-sheet

recipe-create-events-from-sheet

熱門

從 Google 試算表讀取活動資料,並為每一行建立 Google 日曆事件。

2.9萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-create-events-from-sheet
description

從 Google 試算表讀取活動資料,並為每一行建立 Google 日曆事件。

從試算表建立 Google 日曆事件

先決條件: 載入以下技能以執行此食譜:gws-sheetsgws-calendar

從 Google 試算表讀取活動資料,並為每一行建立 Google 日曆事件。

步驟

  1. 讀取活動資料:gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D"
  2. 針對每一行,建立日曆事件:gws calendar +insert --summary 'Team Standup' --start '2026-01-20T09:00:00' --end '2026-01-20T09:30:00' --attendee alice@company.com --attendee bob@company.com