recipe-share-event-materials

Share Google Drive files with Google Calendar event attendees and verify access.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill recipe-share-event-materials-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-share-event-materials
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/recipe-share-event-materials
Command: npx skills add https://github.com/wuyyyyyou/cli --skill recipe-share-event-materials-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Pre-configured sharing across attendees for calendar events
  • Permission management: set viewer access for each attendee
  • Use Case: When coordinating a meeting, automatically share the relevant file with all attendees and verify access.

Quick Start

Share a Google Drive file with all attendees of a Google Calendar event by specifying the fileId and attendee emails.

Frequently Asked Questions about recipe-share-event-materials

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share Google Drive files with meeting attendees automatically?

Yes, you can use this Skill to set viewer access for each Google Calendar event attendee. It constructs attendee payloads and invokes Google Drive permissions create endpoints to apply individual recipient permissions and verify access.

What's the best way to automate Drive file permissions for calendar events?

The best way to automate Drive file permissions for calendar events is specifying the fileId and attendee emails. The Skill pre-configures sharing by invoking permissions create and permissions list endpoints to apply and verify access for each recipient.

Can I verify access after sharing Drive files with event attendees?

Yes, you can verify access after sharing Drive files because the Skill invokes the permissions list endpoint. This confirms that viewer access was successfully applied to each Google Calendar event attendee after creation.

Do I need Google Calendar and Drive credentials to share files with attendees?

Yes, you need Google Calendar and Drive credentials to share files with attendees. The Skill loads credentials for both platforms to construct fileId and attendee payloads, then invokes Google Drive permissions endpoints to apply viewer access per recipient.

Does this approach work for sharing a single file with multiple recipients?

Yes, this approach works for sharing a single file with multiple recipients. It applies to calendar-based meeting scenarios where one file must be shared with multiple attendees and permissions are applied per recipient.