I have set reminder event in a app using Eventkit framework. I used following link for creating reminder in iCal. And also set alarm for the event. Now when alarm is displayed in alert view, while clicking 'View Event' button , nothing happens. How to open the app to show the notes saved when alert view button clicked? Thanks in advance.
            Asked
            
        
        
            Active
            
        
            Viewed 564 times
        
    1 Answers
0
            
            
        Create a function that does that. And in action: just put the name of the function. That way, the action will be fired as soon as the alert button is tapped.
 
    
    
        darksky
        
- 20,411
- 61
- 165
- 254
- 
                    1the alert is from ical event. So how to set the action for ical event? – Ka-rocks Jun 22 '11 at 12:24
- 
                    Oh so you want to set an action for the Calendar alert? You can't. I think by default it fires up the Calendar app. – darksky Jun 22 '11 at 12:52
 
    