recipe-create-events-from-sheet

googleworkspace/cli · updated Apr 8, 2026

$npx skills add https://github.com/googleworkspace/cli --skill recipe-create-events-from-sheet
0 commentsdiscussion
summary

Bulk-create Google Calendar events from spreadsheet rows using a two-step workflow.

  • Reads event data directly from Google Sheets ranges, extracting summary, start time, end time, and attendee information
  • Creates calendar entries via the gws-calendar skill with support for multiple attendees and custom time ranges
  • Requires both gws-sheets and gws-calendar skills to be loaded before execution
skill.md

1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Create Google Calendar Events from a Sheet</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-sheets</code>, <code>gws-calendar</code></p>\n</blockquote>\n<p>Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.</p>\n<h2>Steps</h2>\n<ol>\n<li>Read event data: <code>gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D"</code></li>\n<li>For each row, create a calendar event: <code>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</code></li>\n</ol>"}}]

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.443 reviews
  • Maya Rahman· Dec 24, 2024

    We added recipe-create-events-from-sheet from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Shikha Mishra· Dec 12, 2024

    recipe-create-events-from-sheet fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Noah Torres· Dec 8, 2024

    recipe-create-events-from-sheet reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Chinedu Malhotra· Dec 4, 2024

    recipe-create-events-from-sheet is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Noah Khan· Nov 27, 2024

    I recommend recipe-create-events-from-sheet for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ama Perez· Nov 23, 2024

    recipe-create-events-from-sheet fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Kiara Diallo· Nov 15, 2024

    Keeps context tight: recipe-create-events-from-sheet is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Arya Nasser· Nov 7, 2024

    recipe-create-events-from-sheet has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Yash Thakker· Nov 3, 2024

    recipe-create-events-from-sheet is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Benjamin Yang· Oct 26, 2024

    Solid pick for teams standardizing on skills: recipe-create-events-from-sheet is focused, and the summary matches what you get after install.

showing 1-10 of 43

1 / 5