R
recipe-create-events-from-sheet
by @googleworkspacev
4.5(144)
Read event data from Google Sheets and create Google Calendar entries for each row.
Installation
npx skills add googleworkspace/cli --skill recipe-create-events-from-sheetcompare_arrows
Before / After Comparison
1 组Before
When needing to create a large number of calendar events from Google Sheets, manually adding them one by one is extremely time-consuming and prone to errors. Schedule management efficiency is low, affecting activity planning.
After
Automatically read event data from Google Sheets and create Google Calendar entries for each row. Significantly saves manual operation time, ensuring accurate and efficient schedule planning.
SKILL.md
Create Google Calendar Events from a Sheet
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-calendar
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Steps
- Read event data:
gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D" - For each row, create a calendar event:
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
User Reviews (0)
Write a Review
Effect
Usability
Docs
Compatibility
No reviews yet
Statistics
Installs14.6K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1
User Rating
4.5(144)
5
24%
4
51%
3
24%
2
2%
1
0%
Rate this Skill
0.0
Compatible Platforms
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
Timeline
Created2026年3月16日
Last Updated2026年5月23日