skillfed

recipe-create-events-from-sheet

This recipe reads event data from a Google Sheets spreadsheet and creates corresponding Google Calendar entries in bulk. It combines the gws-sheets and gws-calendar skills to streamline event management workflows.

recipe-create-events-from-sheet automates bulk creation of calendar events from spreadsheet data.

AI-generated summary based on this skill's SKILL.md

30,031 1,753 Apache-2.0 updated by googleworkspace

Install

googleworkspace/cli/recipe-create-events-from-sheet · repository language: Rust

CLI (skillfed)coming soon
git clone https://github.com/googleworkspace/cli
cp -r cli/skills/recipe-create-events-from-sheet ~/.claude/skills/recipe-create-events-from-sheet

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does recipe-create-events-from-sheet automate calendar event creation?

recipe-create-events-from-sheet reads event data from a Google Sheets spreadsheet and creates corresponding Google Calendar entries in bulk. It combines the gws-sheets and gws-calendar skills to streamline event management workflows, eliminating manual entry of multiple events.

Can I bulk import events to Google Calendar from a spreadsheet?

Yes. recipe-create-events-from-sheet is designed specifically for bulk import of events to Google Calendar from spreadsheet data. You structure your event details (title, date, time, attendees) in sheet rows, and the recipe automatically creates all corresponding calendar entries at once.

What does automate google calendar event creation from sheet data involve?

recipe-create-events-from-sheet automates the entire process by reading your spreadsheet rows and converting each into a calendar event. This eliminates repetitive manual scheduling and ensures consistency across your team's calendar entries.

How can I sync sheets with Google Calendar events using this recipe?

recipe-create-events-from-sheet synchronizes your spreadsheet data with Google Calendar by reading event information from sheet columns and creating matching calendar entries. This keeps your scheduling centralized and reduces duplicate data entry across platforms.

Is recipe-create-events-from-sheet suitable for team event scheduling?

Yes. recipe-create-events-from-sheet streamlines team event scheduling by allowing you to define multiple events in a single spreadsheet and batch-create them in Google Calendar. This approach scales efficiently for large scheduling initiatives across your workspace.

SKILL.md

rendered from the published skill — quoted content, verbatim

Create Google Calendar Events from a Sheet

> PREREQUISITE: Load the following skills to execute this recipe: gws-sheets, gws-calendar

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

Steps

  1. Read event data: gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D"
  2. For each row, create a calendar event: gws calendar +insert --summary 'Team Standup' --start '2026-01-20T09:00:00' --end '2026-01-20T09:30:00' --attendee alice@company.com --attendee bob@company.com

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/recipe-create-events-from-sheet/SKILL.md

Related skills

Tags

bulk-scheduling spreadsheet-sync event-automation calendar-integration workflow-recipe batch-operations data-driven-events