Agent Skills
› Prisma-Labs-Dev/apple-skills
› eventkit
eventkit
GitHub提供 EventKit API 文档,用于查询日历和提醒相关功能,包括事件存储、权限管理及提醒创建。
Trigger Scenarios
查询 iOS 日历 API
获取 EKEventStore 使用示例
了解如何管理提醒事项
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill eventkit -g -y
SKILL.md
Frontmatter
{
"name": "eventkit",
"agent": "Explore",
"context": "fork",
"description": "API reference: EventKit. Query for EKEventStore, EKEvent, EKReminder, calendar access.",
"user-invocable": true
}
EventKit Documentation
Search these docs to answer questions about calendar and reminder APIs.
Return Format
Always include:
- Summary - Answer the question concisely
- File paths - List relevant files for full details
Files
eventkit-index.md- Framework overview, events, remindersekeventstore.md- Event store access and permissionsekreminder.md- Creating and managing reminders
Version History
- a76633b Current 2026-07-25 07:01


