Protocol: EKEventViewDelegate

Overview

Delegates of an EKEventViewController object conform to this protocol. An event view controller’s delegate is notified when the event view controller should be closed. It is your responsibility to close the event view controller and perform any additional desired tasks within this protocol’s method.Invoked when the event view controller should be closed. (required)Describes the action that was taken to indicate that the event view controller should be closed.

Instance Method Summary (collapse)

Instance Method Details

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

Invoked when the event view controller should be closed. (required)

Parameters:

Returns: