Interface CSDavPropertyName
-
public interface CSDavPropertyName
Properties that belongs to the CalendarServer namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jackrabbit.webdav.property.DavPropertyName
AUTO_SCHEDULE
Auto-accept is currently supported for location and resource records.static org.apache.jackrabbit.webdav.property.DavPropertyName
CTAG
To improve on performance, this specification defines a new "calendar collection entity tag" (CTag) WebDAV property that is defined on calendar collections.static org.apache.jackrabbit.webdav.property.DavPropertyName
DROP_HOME_URL
Specific to CalendarServer, but I can't find the descriptionstatic org.apache.jackrabbit.webdav.xml.Namespace
NAMESPACE
Namespace used by CalendarServer (calendarserver.org).static org.apache.jackrabbit.webdav.property.DavPropertyName
NOTIFICATION_URL
Identify the URL of the notification collection owned by the associated principal resource.static String
PROPERTY_AUTO_SCHEDULE
Auto-accept is currently supported for location and resource records.static String
PROPERTY_CTAG
To improve on performance, this specification defines a new "calendar collection entity tag" (CTag) WebDAV property that is defined on calendar collections.static String
PROPERTY_DROP_HOME_URL
Specific to CalendarServer, but I can't find the descriptionstatic String
PROPERTY_NOTIFICATION_URL
Identify the URL of the notification collection owned by the associated principal resource.static String
PROPERTY_PROXY_READ_FOR
TODO: description missing.static String
PROPERTY_PROXY_WRITE_FOR
TODO: description missing.static String
PROPERTY_PUSH_TRANSPORTS
static String
PROPERTY_PUSHKEY
static String
PROPERTY_REFRESHRATE
static String
PROPERTY_SOURCE
static String
PROPERTY_SUBSCRIBED_STRIP_ALARMS
static String
PROPERTY_SUBSCRIBED_STRIP_ATTACHMENTS
static String
PROPERTY_SUBSCRIBED_STRIP_TODOS
static String
PROPERTY_XMPP_SERVER
Provides the hostname of the XMPP server a client should connect to for subscribing to notifications.static String
PROPERTY_XMPP_URI
Provides the URI of the pubsub node to subscribe to in order to receive a notification whenever a resource within this calendar home has changed.static org.apache.jackrabbit.webdav.property.DavPropertyName
PROXY_READ_FOR
TODO: description missing.static org.apache.jackrabbit.webdav.property.DavPropertyName
PROXY_WRITE_FOR
TODO: description missing.static org.apache.jackrabbit.webdav.property.DavPropertyName
PUSH_TRANSPORTS
static org.apache.jackrabbit.webdav.property.DavPropertyName
PUSHKEY
static org.apache.jackrabbit.webdav.property.DavPropertyName
REFRESHRATE
static org.apache.jackrabbit.webdav.property.DavPropertyName
SOURCE
static org.apache.jackrabbit.webdav.property.DavPropertyName
SUBSCRIBED_STRIP_ALARMS
static org.apache.jackrabbit.webdav.property.DavPropertyName
SUBSCRIBED_STRIP_ATTACHMENTS
static org.apache.jackrabbit.webdav.property.DavPropertyName
SUBSCRIBED_STRIP_TODOS
static org.apache.jackrabbit.webdav.property.DavPropertyName
XMPP_SERVER
Provides the hostname of the XMPP server a client should connect to for subscribing to notifications.static org.apache.jackrabbit.webdav.property.DavPropertyName
XMPP_URI
Provides the URI of the pubsub node to subscribe to in order to receive a notification whenever a resource within this calendar home has changed.
-
-
-
Field Detail
-
PROPERTY_CTAG
static final String PROPERTY_CTAG
To improve on performance, this specification defines a new "calendar collection entity tag" (CTag) WebDAV property that is defined on calendar collections. When the calendar collection changes, the CTag value changes. Source : https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-ctag.txt- See Also:
- Constant Field Values
-
PROPERTY_DROP_HOME_URL
static final String PROPERTY_DROP_HOME_URL
Specific to CalendarServer, but I can't find the description- See Also:
- Constant Field Values
-
PROPERTY_XMPP_URI
static final String PROPERTY_XMPP_URI
Provides the URI of the pubsub node to subscribe to in order to receive a notification whenever a resource within this calendar home has changed. http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-pubsubdiscovery.txt- See Also:
- Constant Field Values
-
PROPERTY_NOTIFICATION_URL
static final String PROPERTY_NOTIFICATION_URL
Identify the URL of the notification collection owned by the associated principal resource. http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt- See Also:
- Constant Field Values
-
PROPERTY_XMPP_SERVER
static final String PROPERTY_XMPP_SERVER
Provides the hostname of the XMPP server a client should connect to for subscribing to notifications. http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-pubsubdiscovery.txt- See Also:
- Constant Field Values
-
PROPERTY_AUTO_SCHEDULE
static final String PROPERTY_AUTO_SCHEDULE
Auto-accept is currently supported for location and resource records. Specific to Calendar/iCal Server- See Also:
- Constant Field Values
-
PROPERTY_SOURCE
static final String PROPERTY_SOURCE
- See Also:
- Constant Field Values
-
PROPERTY_SUBSCRIBED_STRIP_ALARMS
static final String PROPERTY_SUBSCRIBED_STRIP_ALARMS
- See Also:
- Constant Field Values
-
PROPERTY_SUBSCRIBED_STRIP_ATTACHMENTS
static final String PROPERTY_SUBSCRIBED_STRIP_ATTACHMENTS
- See Also:
- Constant Field Values
-
PROPERTY_SUBSCRIBED_STRIP_TODOS
static final String PROPERTY_SUBSCRIBED_STRIP_TODOS
- See Also:
- Constant Field Values
-
PROPERTY_REFRESHRATE
static final String PROPERTY_REFRESHRATE
- See Also:
- Constant Field Values
-
PROPERTY_PUSH_TRANSPORTS
static final String PROPERTY_PUSH_TRANSPORTS
- See Also:
- Constant Field Values
-
PROPERTY_PUSHKEY
static final String PROPERTY_PUSHKEY
- See Also:
- Constant Field Values
-
NAMESPACE
static final org.apache.jackrabbit.webdav.xml.Namespace NAMESPACE
Namespace used by CalendarServer (calendarserver.org).
-
CTAG
static final org.apache.jackrabbit.webdav.property.DavPropertyName CTAG
To improve on performance, this specification defines a new "calendar collection entity tag" (CTag) WebDAV property that is defined on calendar collections. When the calendar collection changes, the CTag value changes. Source : https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-ctag.txt
-
PROPERTY_PROXY_WRITE_FOR
static final String PROPERTY_PROXY_WRITE_FOR
TODO: description missing. Stuff coming from Apple's Calendar Server- See Also:
- Constant Field Values
-
PROXY_WRITE_FOR
static final org.apache.jackrabbit.webdav.property.DavPropertyName PROXY_WRITE_FOR
TODO: description missing. Stuff coming from Apple's Calendar Server
-
PROPERTY_PROXY_READ_FOR
static final String PROPERTY_PROXY_READ_FOR
TODO: description missing. Stuff coming from Apple's Calendar Server- See Also:
- Constant Field Values
-
PROXY_READ_FOR
static final org.apache.jackrabbit.webdav.property.DavPropertyName PROXY_READ_FOR
TODO: description missing. Stuff coming from Apple's Calendar Server
-
DROP_HOME_URL
static final org.apache.jackrabbit.webdav.property.DavPropertyName DROP_HOME_URL
Specific to CalendarServer, but I can't find the description
-
XMPP_URI
static final org.apache.jackrabbit.webdav.property.DavPropertyName XMPP_URI
Provides the URI of the pubsub node to subscribe to in order to receive a notification whenever a resource within this calendar home has changed. http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions /caldav-pubsubdiscovery.txt
-
NOTIFICATION_URL
static final org.apache.jackrabbit.webdav.property.DavPropertyName NOTIFICATION_URL
Identify the URL of the notification collection owned by the associated principal resource. http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt
-
XMPP_SERVER
static final org.apache.jackrabbit.webdav.property.DavPropertyName XMPP_SERVER
Provides the hostname of the XMPP server a client should connect to for subscribing to notifications. http://svn.calendarserver .org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-pubsubdiscovery.txt
-
AUTO_SCHEDULE
static final org.apache.jackrabbit.webdav.property.DavPropertyName AUTO_SCHEDULE
Auto-accept is currently supported for location and resource records. Specific to Calendar/iCal Server
-
SOURCE
static final org.apache.jackrabbit.webdav.property.DavPropertyName SOURCE
-
SUBSCRIBED_STRIP_ALARMS
static final org.apache.jackrabbit.webdav.property.DavPropertyName SUBSCRIBED_STRIP_ALARMS
-
SUBSCRIBED_STRIP_ATTACHMENTS
static final org.apache.jackrabbit.webdav.property.DavPropertyName SUBSCRIBED_STRIP_ATTACHMENTS
-
SUBSCRIBED_STRIP_TODOS
static final org.apache.jackrabbit.webdav.property.DavPropertyName SUBSCRIBED_STRIP_TODOS
-
REFRESHRATE
static final org.apache.jackrabbit.webdav.property.DavPropertyName REFRESHRATE
-
PUSH_TRANSPORTS
static final org.apache.jackrabbit.webdav.property.DavPropertyName PUSH_TRANSPORTS
-
PUSHKEY
static final org.apache.jackrabbit.webdav.property.DavPropertyName PUSHKEY
-
-