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


