Interface ICalPropertyName
-
public interface ICalPropertyName
This class regroups all properties that are specific to the iCal (OS X client) namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jackrabbit.webdav.property.DavPropertyName
CALENDAR_COLOR
static org.apache.jackrabbit.webdav.property.DavPropertyName
CALENDAR_ORDER
static org.apache.jackrabbit.webdav.xml.Namespace
ICAL_NAMESPACE
Namespace used by the iCal client from Apple.static String
PROPERTY_CALENDAR_COLOR
Apple's iCal client use this property to store the color of the calendar, set by the user in iCal.static String
PROPERTY_CALENDAR_ORDER
-
-
-
Field Detail
-
PROPERTY_CALENDAR_COLOR
static final String PROPERTY_CALENDAR_COLOR
Apple's iCal client use this property to store the color of the calendar, set by the user in iCal.- See Also:
- Constant Field Values
-
PROPERTY_CALENDAR_ORDER
static final String PROPERTY_CALENDAR_ORDER
- See Also:
- Constant Field Values
-
ICAL_NAMESPACE
static final org.apache.jackrabbit.webdav.xml.Namespace ICAL_NAMESPACE
Namespace used by the iCal client from Apple.
-
CALENDAR_COLOR
static final org.apache.jackrabbit.webdav.property.DavPropertyName CALENDAR_COLOR
-
CALENDAR_ORDER
static final org.apache.jackrabbit.webdav.property.DavPropertyName CALENDAR_ORDER
-
-