recipe-create-events-from-sheet

Read event data from Google Sheets and create Google Calendar entries.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill recipe-create-events-from-sheet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-events-from-sheet
Source: https://github.com/m13v/fazm/tree/main/skills/recipe-create-events-from-sheet
Command: npx skills add https://github.com/m13v/fazm --skill recipe-create-events-from-sheet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of Google Calendar events by reading data directly from a Google Sheets spreadsheet, eliminating manual entry and potential errors.

Core Features & Use Cases

  • Automated Event Creation: Converts rows of event data into calendar entries.
  • Data Integration: Seamlessly bridges Google Sheets and Google Calendar.
  • Use Case: Automatically schedule recurring team meetings or one-off appointments by simply updating a shared Google Sheet.

Quick Start

Use the recipe-create-events-from-sheet skill to create calendar events from the spreadsheet with ID SHEET_ID.

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?

This recipe automates Google Calendar event creation by reading event details like summaries, start times, and attendees directly from a Google Sheets spreadsheet. It bridges Google Sheets and Google Calendar to eliminate manual scheduling entry.

What spreadsheet data is needed to automate calendar scheduling?

Automating calendar scheduling requires a Google Sheets spreadsheet containing structured event details like summary, start time, and attendees for each row. This data is processed to accurately populate Google Calendar entries.

Can I automatically schedule recurring team meetings from a shared sheet?

Yes, you can automatically schedule recurring team meetings or one-off appointments by simply updating a shared Google Sheet. The recipe processes the updated rows to generate corresponding Google Calendar entries.

Do I need Google Workspace access to create calendar events from a sheet?

Yes, you need Google Workspace access because the recipe requires permissions for both Google Sheets to read event data and Google Calendar to create the corresponding entries. This integration bridges the two services.

What is the best way to bulk import events into Google Calendar?

The best way to bulk import events is using a recipe that converts rows of event data from Google Sheets into Google Calendar entries. This approach prevents manual entry errors and streamlines productivity scheduling automation.