AI AGENT ADDONS

You can let your app add events to the user's calendar and create reminders. This helps people stay organized without leaving your app. The EventKit framework on iOS makes it possible.

You need to ask for permission first. Then you can create, read, and update events and reminders. You can set recurrence rules and alarms. You can even show built-in screens for editing events or choosing a calendar.

This guide shows how to work with EventKit using Swift code. It covers authorization, basic operations, and common mistakes. It is useful for any app that needs calendar or reminder features.

Add Eventkit skill to your workflow

Global

mkdir -p ~/.claude/skills/eventkit

Project

mkdir -p .claude/skills/eventkit

Source Repository

Stars
809
Forks
44
Watchers
809
License
NOASSERTION
Last Push
1 month ago
Created
4 months ago