recipe-create-events-from-sheet

Read Google Sheets rows and create Google Calendar events with times and attendees.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-create-events-from-sheet-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-events-from-sheet
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-create-events-from-sheet
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-create-events-from-sheet-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading event data from Google Sheets manually and creating calendar events is time-consuming and error-prone; this recipe automates the process by turning each sheet row into a Google Calendar entry.

Core Features & Use Cases

  • Read event details from a Google Sheets spreadsheet and map them to calendar events.
  • Create multiple calendar events in batch, with start/end times and attendees, from a single sheet.
  • Use cases include team standups, meeting scheduling, and event planning where data lives in Sheets.

Quick Start

Provide a Google Sheets URL and range, and run the recipe to create calendar events from 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 multiple Google Calendar events from a Google Sheets spreadsheet?

Batch creating calendar events from spreadsheet rows automates scheduling workflows for teams and event planning. This recipe reads sheet data and maps each row's columns to Google Calendar entries, including start times, end times, and attendees.

What is the best way to automate team meeting scheduling from sheet data?

Automating team meeting scheduling from sheet data is done by reading event details from Google Sheets and creating calendar entries in batch. This recipe maps spreadsheet columns to event properties, streamlining workflows where meeting details live in Sheets.

Do I need specific skills to map Google Sheets columns to calendar event properties?

You need the gws-sheets and gws-calendar skills to map Google Sheets columns to calendar event properties. This recipe uses a read-from-sheet plus insert-calendar flow to transfer event details like attendees and times into Google Calendar.

Can I use Google Sheets for batch event planning with attendees and specific times?

You can use Google Sheets for batch event planning by providing a spreadsheet URL and range. This recipe reads rows with start and end times plus attendees, creating multiple calendar events automatically from the sheet data.

What are the limitations of creating calendar events from spreadsheet rows?

Limitations of creating calendar events from spreadsheet rows include relying on correctly formatted sheet data for successful mapping. If the Google Sheets columns do not align with expected calendar event properties, the insert-calendar flow may fail or create incorrect entries.