I have an app that programmatically adds reminders to your iOS device\'s calendar.
Previous to iOS 5, I could add a calendar item with two alarms thusly:
<
If you take a look at the EventKit section in the iOS 5 changes from iOS 4.3 document, it mentions that some items are deprecated for EKEvent. The hierarchy has changed and a new abstract superclass has been added: EKCalendarItem.