I wrote the following snippet to create an event. Setting the alarm works fine in iOS 4, but in iOS 5 it doesn\'t get set. Is this a bug or am I missing something?
It seems to be related to that's happening in this ticket: EventKit - App freezes when adding an EKEvent with 2 alarms (iOS 5).
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.