Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-create-events-from-sheet

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-events-from-sheet
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-create-events-from-sheet has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-create-events-from-sheet.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Bulk-create Google Calendar events from spreadsheet rows using a two-step workflow. 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. - 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 - Read event data: gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D" - 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

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-create-events-from-sheet do?

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

Is recipe-create-events-from-sheet good?

recipe-create-events-from-sheet does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-create-events-from-sheet?

recipe-create-events-from-sheet currently lists compatibility with Skills CLI.

Is recipe-create-events-from-sheet safe to install?

recipe-create-events-from-sheet has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-create-events-from-sheet?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-create-events-from-sheet?

Run the following command to install recipe-create-events-from-sheet: npx skills add https://github.com/googleworkspace/cli --skill recipe-create-events-from-sheet

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering