EKAuthorizationStatus Enum

Definition

An enumeration whose values specify the restrictions on access to the EKEventStore. Retrieved by calling the GetAuthorizationStatus(EKEntityType) method.

public enum EKAuthorizationStatus
type EKAuthorizationStatus = 
Inheritance
EKAuthorizationStatus

Fields

Authorized 3

The user has granted access.

Denied 2

The user has denied access.

NotDetermined 0

The user has not interacted with the permissions dialog.

Restricted 1

Access is denied and the user cannot change permission.

Applies to