Contents

EKEventEditViewDelegate

A notification sent to the delegate when the user finishes editing an event.

Declaration

protocol EKEventEditViewDelegate : NSObjectProtocol

Overview

Delegates of an EKEventEditViewController object conform to this protocol. Use EKEventEditViewController 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.

Topics

Getting the Default Calendar

Finishing an Edit

See Also

Managing the Event Editing Interface