recipe-create-events-from-sheet

Read Google Sheets rows and create Google Calendar events with summary, start time, duration, and attendees.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill recipe-create-events-from-sheet-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-events-from-sheet
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/recipe-create-events-from-sheet
Command: npx skills add https://github.com/temple-slope/dotfiles --skill recipe-create-events-from-sheet-temple-slope

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

  • Sheet-driven event creation: Create Calendar entries from each row's fields.
  • Flexible fields: Support summary, start time, duration, attendees extracted from columns.
  • Use Case: Schedule weekly standups by maintaining a sheet with event details.

Quick Start

Run the recipe on your Google Sheets data to automatically create a calendar event for each row.

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 Google Sheets data by running a recipe that reads each spreadsheet row and generates a corresponding calendar entry using mapped fields like summary, start time, duration, and attendees.

Can I schedule team events in Google Calendar using a spreadsheet?

Yes, you can schedule team events by maintaining a Google Sheets spreadsheet with event details and running the recipe to automatically create Google Calendar entries for each row of team event data.

What spreadsheet fields do I need to create calendar events from Sheets rows?

To create calendar events from Sheets rows, you need columns mapped to event fields like summary, start time, duration, and attendees, which the recipe extracts to populate the Google Calendar entries.

Do I need specific skills to automate Google Calendar event creation from Sheets?

Yes, automating Google Calendar event creation from Sheets requires the gws-sheets and gws-calendar skills to read spreadsheet data and generate calendar entries for each row.

What is the best way to automate weekly standup scheduling from a spreadsheet?

The best way to automate weekly standup scheduling is maintaining a Google Sheets spreadsheet with event details and running the recipe to automatically create Google Calendar entries for each row of meeting data.

Why are my Google Calendar events missing attendee data from Sheets?

Google Calendar events may miss attendee data if the corresponding column in Google Sheets is not properly mapped to the attendees field during the recipe execution for each spreadsheet row.