recipe-create-events-from-sheet

Create Google Calendar events from Google Sheets spreadsheet data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws-sheets, gws-calendar, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating Google Calendar events from a Google Sheets spreadsheet, saving time and reducing manual errors.

Core Features & Use Cases

  • Event Creation from Spreadsheet: Automatically generate Google Calendar events based on data in a Google Sheets spreadsheet.
  • Custom Event Details: Set custom event details like summary, start time, end time, and attendees.
  • Use Case: Ideal for scheduling recurring meetings or events where the details are stored in a Google Sheets document.

Quick Start

Use the recipe-create-events-from-sheet skill to create events from the 'events' sheet in 'my-events.xlsx'.

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 a Google Sheets spreadsheet?

You can automate Google Calendar event creation by using a script to read event details directly from your Google Sheets spreadsheet, automatically generating the corresponding calendar entries.

What's the best way to automate event scheduling from spreadsheet data?

Automating event scheduling from spreadsheet data involves reading event details from your sheet and pushing them directly to Google Calendar, which saves time and reduces manual data entry errors.

Do I need Google Sheets and Google Calendar API access to automate event creation?

Yes, automating event creation from Google Sheets requires Google Sheets and Google Calendar API access to read the spreadsheet rows and create the corresponding events in the calendar.

Can I set custom event details like summary and attendees when creating events from Google Sheets?

Yes, you can set custom event details like summary, start time, end time, and attendees by mapping these specific data columns from your Google Sheets spreadsheet to the Google Calendar event fields.

What are the limitations of using Google Sheets for Google Calendar event scheduling?

This approach requires your event details to be properly structured in a spreadsheet format, and you must ensure your Google Sheets and Google Calendar API access permissions are correctly configured before running the automation script.