From gws
Reads event data from Google Sheets spreadsheets and creates Google Calendar entries for each row using gws CLI tools. Useful for automating bulk event imports from sheets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-create-events-from-sheetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`, `gws-calendar`
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.
gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D"gws calendar +insert --summary 'Team Standup' --start '2026-01-20T09:00:00' --end '2026-01-20T09:30:00' --attendee [email protected] --attendee [email protected]npx claudepluginhub wadewarren/gws-claude-pluginCoordinates events using GWS tools: inserts calendar entries, sends Gmail invites, uploads Drive materials, announces in Chat, tracks RSVPs in Sheets.
Manages Google Calendar events via Apps Script API: query today/week/upcoming/range events for availability checks, create events with titles, times, guests, descriptions, and auto-invites.
Lists, creates, inspects, and updates Google Calendar events via local Python scripts with standalone OAuth authentication. No MCP server needed.