Protocol: EKEventEditViewDelegate

Overview

Delegates of an EKEventEditViewController object conform to this protocol. Use an EKEventEditViewController object to allow the user to either create an event or edit an existing event. To be notified when the user finishes editing the event, set the delegate to an object conforming to this protocol.Invoked with the user is finished editing the event. (required)Returns the calendar to use as the default calendar for new events. (required)Describes the action the user took to end editing.

Instance Method Summary (collapse)

Instance Method Details

- (Object) eventEditViewController(controller, didCompleteWithAction:action)

Invoked with the user is finished editing the event. (required) You must implement this method to dismiss the event edit view controller that was presented modally.

Parameters:

Returns:

- (EKCalendar) eventEditViewControllerDefaultCalendarForNewEvents(controller)

Returns the calendar to use as the default calendar for new events. (required) If the delegate does not implement this method, the defaultCalendarForNewEvents property of the event store is used.

Parameters:

Returns: