Share Files with Meeting Attendees

SkillFiles & storage

Lets your agent share Google Drive files with everyone invited to a Google Calendar event.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Share Files with Meeting Attendees skill

About this capability

Share Google Drive files with all attendees of a Google Calendar event.

What this skill tells your AI

The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-share-event-materials/SKILL.md and read by ahel’s review.

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

  1. Get event attendees: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'
  2. Share file with each attendee: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "attendee@company.com"}'
  3. Verify sharing: gws drive permissions list --params '{"fileId": "FILE_ID"}' --format table

Signals

GitHub stars
31k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
recipe-share-event-materials
Source
github.com/googleworkspace/cli