Eli_Rozen
Eli_Rozen

Reputation: 1301

ios Event Kit using my own notifications

Using Apple's EventKit.framework, the notifications can only come from Calendars app and Reminders app. Any way to make my own notifications but use Apple's calendar database? I mean that the notification would come from my own app... Thanks

Upvotes: 0

Views: 725

Answers (1)

Stuart M
Stuart M

Reputation: 11588

You may be able to register the event in the built-in Calendar database using EventKit, but use iOS Local Notifications to actually schedule the notification so that it will originate from your app.

But beyond that, there is no way to set your app to open when a standard EventKit-stored event notification is shown.

Upvotes: 2

Related Questions