calendar-event

Fetch complete calendar event details via SQLite queries from Apple Calendar.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locating complete details for a specific calendar event (attendees, description, video link, location, and recurrence) can be time-consuming when answers are scattered across the calendar data.

Core Features & Use Cases

  • Retrieve event ROWID or title-based results quickly and reliably.
  • Return attendees, description, conference/video URL, location, and recurrence in a single structured response.
  • Use case: a user asks for all details of a weekly standup to prepare an invite and notes.

Quick Start

Ask the assistant to fetch all details for a specific event identified by ROWID or title.

Frequently Asked Questions about calendar-event

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

FAQPage Schema
How do I retrieve full calendar event details including attendees and video links from the local Apple Calendar store?

You can retrieve full calendar event details by querying the local Apple Calendar store using SQLite. This process fetches attendees, descriptions, video conference URLs, locations, and recurrence rules in a single structured response based on an event ROWID or title.

Can I look up a specific calendar event by title instead of ROWID when using SQLite queries?

Yes, you can look up a specific calendar event by title instead of ROWID. The system validates input parameters and handles both title-based and ROWID-based lookups to fetch complete event details from the local Calendar data.

What is the best way to extract recurrence rules and location data for a weekly standup from my local calendar?

The best way to extract recurrence rules and location data is to use SQLite queries against your local Apple Calendar data. This approach quickly returns all structured event details, including recurrence patterns and locations, for your weekly standup.

Does this method require external dependencies to fetch event details from the Apple Calendar?

No, this method does not require external dependencies to fetch event details from the Apple Calendar. It operates independently by executing SQLite queries directly against the local Calendar store to validate inputs and return structured results.

How to get a structured response containing conference URLs and descriptions for a calendar event?

To get a structured response containing conference URLs and descriptions, execute a SQLite query against the local calendar store. This method validates your event identifier and reliably returns all associated metadata in a single formatted output.