public final class EKEventEditViewAction
extends java.lang.Object
Represents actions that should cause the edit view controller to be dismissed
[@constant] EKEventEditViewActionCanceled The Cancel button was pressed, or the Done button was pressed, but the event was not dirty. [@constant] EKEventEditViewActionSaved The event was saved. [@constant] EKEventEditViewActionDeleted The event was deleted, either by the user or by another calendar store.
public static final long Canceled
public static final long Saved
public static final long Deleted
public static final long Cancelled