public final class EKReminderPriority
extends java.lang.Object
A priority for a reminder.
RFC 5545 allows priority to be specified with an integer in the range of 0-9, with 0 representing an undefined priority, 1 the highest priority, and 9 the lowest priority. Clients are encouraged to use these values when setting a reminders's priority, but is is possible to specify any integer value from 0 to 9.
[@constant] EKReminderPriorityNone The reminder has no priority set. [@constant] EKReminderPriorityHigh The reminder is high priority. [@constant] EKReminderPriorityMedium The reminder is medium priority. [@constant] EKReminderPriorityLow The reminder is low priority.
public static final long None
public static final long High
public static final long Medium
public static final long Low