public final class EKCalendarType
extends java.lang.Object
An enum representing the type of a calendar.
[@constant] EKCalendarTypeLocal This calendar is sync'd from either Mobile Me or tethered. [@constant] EKCalendarTypeCalDAV This calendar is from a CalDAV server. [@constant] EKCalendarTypeExchange This calendar comes from an Exchange server. [@constant] EKCalendarTypeSubscription This is a locally subscribed calendar. [@constant] EKCalendarTypeBirthday This is the built-in birthday calendar.
| Modifier and Type | Field and Description |
|---|---|
static long |
Birthday |
static long |
CalDAV |
static long |
Exchange |
static long |
Local |
static long |
Subscription |
public static final long Local
public static final long CalDAV
public static final long Exchange
public static final long Subscription
public static final long Birthday