Takes rows from a Google Sheets spreadsheet and turns each one into a Google Calendar event, assuming your columns contain event details like title, start time, end time, and attendees. Perfect when you're planning conferences, team events, or recurring meetings and want to bulk-create calendar entries instead of clicking through the UI dozens of times. The real win is for event coordinators who maintain master schedules in spreadsheets but need everyone to have proper calendar invites. Does require setting up the prerequisite Google Workspace skills first, but once configured it's a straightforward two-step process of reading the sheet data then looping through to create each event.
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-events-from-sheet