I need to create an app in which user will be able to add Reminders in the Reminder App of iPhone 4. I am able to add the reminders in Calendar app but how can I add them in Reminder App of iPhone?
Thanks-
I need to create an app in which user will be able to add Reminders in the Reminder App of iPhone 4. I am able to add the reminders in Calendar app but how can I add them in Reminder App of iPhone?
Thanks-
A reminders API is coming in iOS 6. Apple have publicly announced this and if you're a registered developer you can find the details on the iOS 6 beta site.
In IOS 6.0 it is possible to read and write reminders!!!
The Event Kit framework grants access to users’ Calendar.app and Reminders.app information. Although two different apps display users’ calendar and reminder data, the same framework manipulates the data. Similarly, the database that stores this data, called the Calendar database, holds both calendar and reminder information.