Agent Skills
› Prisma-Labs-Dev/apple-skills
› eventkit
eventkit
GitHub提供EventKit框架的API参考文档,用于查询和解答关于日历事件、提醒事项及EKEventStore访问权限等问题。
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


