recipe-create-events-from-sheet▌
googleworkspace/cli · updated Apr 8, 2026
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
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>"}}]