recipe-create-events-from-sheet

Create Google Calendar events from Google Sheets spreadsheet rows.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill recipe-create-events-from-sheet-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-events-from-sheet
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/recipe-create-events-from-sheet
Command: npx skills add https://github.com/wuyyyyyou/cli --skill recipe-create-events-from-sheet-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.

Core Features & Use Cases

  • Read event data from Sheets and map it to calendar events
  • Create calendar events using gws calendar insert
  • Use case: generate team standups or scheduling milestones from a sheet

Quick Start

Provide a Google Sheet with event data and run the recipe to automatically create corresponding Google Calendar events.

Frequently Asked Questions about recipe-create-events-from-sheet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Google Calendar events from Google Sheets data?

You can create Google Calendar events from Sheets by running an automation recipe that reads a specific sheet range like 'Events!A2:D' and maps the spreadsheet columns directly to calendar event fields for each row.

What is the best way to automate calendar invite creation for a team event roster?

Automating calendar invite creation is best handled by reading your team event roster from Google Sheets and generating multiple calendar entries at once, which is ideal for scheduling recurring standups or project milestones.

Do I need specific Google Workspace skills to generate calendar events from a spreadsheet?

Yes, generating calendar events from a spreadsheet requires the gws-sheets and gws-calendar skills to read the sheet data and execute the calendar insert operations for mapping rows to event fields.

How do I map spreadsheet columns to Google Calendar event fields?

To map spreadsheet columns to Google Calendar event fields, structure your data in a sheet range like 'Events!A2:D' so the automation can sequentially read each column and assign the values to the corresponding event properties.

Can I batch create calendar events from multiple rows in Sheets?

Yes, you can batch create calendar events from multiple rows by specifying a sheet range that includes all your data rows, allowing the automation to iterate through each row and insert a corresponding calendar entry.