How to add reminders programmatically in iPhone Reminder App?

I need to create an application in which the user can add reminders to the iPhone 4 reminder application. I can add reminders in the Calendar application, but how do I add them to the iPhone reminder application?

Thank.

+3
source share
2 answers

A reminder API is included with iOS 6. Apple has publicly announced this, and if you are a registered developer, you can find detailed information about the iOS 6 beta site.

+2
source

In iOS 6.0, you can read and write reminders !!!

Event Kit Calendar.app Reminders.app. , . , , , , , .

Apple IOS 6.0

+2

All Articles