SKILL.md
readonlyread-only
name
recipe-create-events-from-sheet
description
從 Google 試算表讀取活動資料,並為每一行建立 Google 日曆事件。
從試算表建立 Google 日曆事件
先決條件: 載入以下技能以執行此食譜:
gws-sheets、gws-calendar
從 Google 試算表讀取活動資料,並為每一行建立 Google 日曆事件。
步驟
- 讀取活動資料:
gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D" - 針對每一行,建立日曆事件:
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






