Create Google Calendar Events from a Sheet

SkillFiles & storage

Lets your agent read event rows from a Google Sheet and create matching Google Calendar entries.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Create Google Calendar Events from a Sheet skill

About this capability

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

What this skill tells your AI

The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-create-events-from-sheet/SKILL.md and read by ahel’s review.

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

Signals

GitHub stars
31k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
recipe-create-events-from-sheet
Source
github.com/googleworkspace/cli