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

recipe-share-event-materials

Automatically share Google Drive files with all attendees of a Calendar event.

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
10

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-share-event-materials
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-share-event-materials has 10 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-share-event-materials.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Automatically share Google Drive files with all attendees of a Calendar event. PREREQUISITE: Load the following skills to execute this recipe: gws-calendar , gws-drive Share Google Drive files with all attendees of a Google Calendar event. - Requires gws-calendar and gws-drive skills as dependencies - Retrieves event attendee list from Google Calendar, then grants each attendee reader access to specified Drive files - Includes verification step to confirm sharing permissions were applied successfully - Get event attendees: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' - Share file with each attendee: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "attendee@company.com"}' - Verify sharing: gws drive permissions list --params '{"fileId": "FILE_ID"}' --format table

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-share-event-materials do?

Automatically share Google Drive files with all attendees of a Calendar event.

Is recipe-share-event-materials good?

recipe-share-event-materials does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-share-event-materials?

recipe-share-event-materials currently lists compatibility with Skills CLI.

Is recipe-share-event-materials safe to install?

recipe-share-event-materials 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-share-event-materials?

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

How do I install recipe-share-event-materials?

Run the following command to install recipe-share-event-materials: npx skills add https://github.com/googleworkspace/cli --skill recipe-share-event-materials

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering