Skillquality 0.30
Recipe Share Event Materials
Cli skill by Googleworkspace
Price
free
Protocol
skill
Verified
no
What it does
Share Files with Meeting Attendees
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.
Steps
- 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
Capabilities
skillsource-googleworkspacecategory-cli
Install
Transportskills-sh
Protocolskill
Quality
0.30/ 1.00
deterministic score 0.30 from registry signals: · indexed on skills.sh · published under googleworkspace/cli
Provenance
Indexed fromskills_sh
Also seen ingithub
Enriched2026-04-22 02:40:07Z · deterministic:skill:v1 · v1
First seen2026-04-18
Last seen2026-04-22