calendar-attendees

Query local calendar data for meetings by person or event attendees.

5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/aashari/ai-agent-skills --skill calendar-attendees
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar-attendees
Source: https://github.com/aashari/ai-agent-skills/tree/main/skills/apple-calendar/calendar-attendees
Command: npx skills add https://github.com/aashari/ai-agent-skills --skill calendar-attendees

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and verify meeting attendees by querying a calendar dataset. Identify all meetings involving a specific person or enumerate attendees for a given event to facilitate coordination.

Core Features & Use Cases

  • Person → Meetings: Find all events where a particular person is an attendee.
  • Event → Attendees: List all attendees for a specific event.
  • Use Case: Quickly check who is invited to meetings or discover overlap in attendee lists across events.

Quick Start

Ask the AI to find all meetings for a person or to list attendees for a specific event.

Frequently Asked Questions about calendar-attendees

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

FAQPage Schema
How do I find all calendar meetings involving a specific person from a sqlite database?

To find calendar meetings for a specific person, query the local sqlite3 calendar dataset by filtering events where that individual is listed as an attendee. The Skill processes these queries and returns results suitable for natural-language summarization.

Can I list all attendees for a specific calendar event using sqlite data?

Yes, you can list attendees for a specific calendar event by querying the local sqlite3 database with the event identifier. The Skill enumerates all participants for that event to facilitate quick coordination and verification.

What is the best way to identify overlapping meeting attendees across multiple events?

To identify overlapping meeting attendees across events, query the local calendar dataset to list attendees for each event. The Skill returns these results from the sqlite3 back-end, allowing you to discover overlaps in attendee lists.

Do I need sqlite3 to query local calendar data for meeting attendees?

Yes, sqlite3 is required as the back-end to query local calendar data for meeting attendees. The Skill relies on this database to process person-to-meeting and event-to-attendee queries and return results for natural-language summarization.

How does querying local calendar data by person name work for finding meetings?

Querying local calendar data by person name works by searching the sqlite3 dataset for events where the specified individual is an attendee. The Skill retrieves all matching meetings and returns them for natural-language summarization.