Package apple.eventkit.enums
Class EKCalendarType
- java.lang.Object
-
- apple.eventkit.enums.EKCalendarType
-
public final class EKCalendarType extends java.lang.Object[@enum] EKCalendarType 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longBirthdaystatic longCalDAVstatic longExchangestatic longLocalstatic longSubscription
-
-
-
Field Detail
-
Local
public static final long Local
- See Also:
- Constant Field Values
-
CalDAV
public static final long CalDAV
- See Also:
- Constant Field Values
-
Exchange
public static final long Exchange
- See Also:
- Constant Field Values
-
Subscription
public static final long Subscription
- See Also:
- Constant Field Values
-
Birthday
public static final long Birthday
- See Also:
- Constant Field Values
-
-