How do you set the Calendar reminder alarms with EKEvent?
I can save event.title and event.date fine but I don't know how to set the reminder alarms. event.alarms doesn't take a string like title and date takes an NSDate but I don't know data alarms wants to get it to work.
It looks like it wants an array, but I don't know how this array needs to be formatted and what data to include.
How would I create an alarm reminder to go off 1 day and also 1 hour from the event?
|