Class CSDavPropertyName


  • public class CSDavPropertyName
    extends Object
    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 description
      static org.apache.jackrabbit.webdav.property.DavPropertyName NOTIFICATION_URL
      Identify the URL of the notification collection owned by the associated principal resource.
      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

      • CTAG

        public 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
      • PROXY_WRITE_FOR

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName PROXY_WRITE_FOR
        TODO: description missing. Stuff coming from Apple's Calendar Server
      • PROXY_READ_FOR

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName PROXY_READ_FOR
        TODO: description missing. Stuff coming from Apple's Calendar Server
      • DROP_HOME_URL

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName DROP_HOME_URL
        Specific to CalendarServer, but I can't find the description
      • XMPP_URI

        public 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

        public 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

        public 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

        public 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

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName SOURCE
      • SUBSCRIBED_STRIP_ALARMS

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName SUBSCRIBED_STRIP_ALARMS
      • SUBSCRIBED_STRIP_ATTACHMENTS

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName SUBSCRIBED_STRIP_ATTACHMENTS
      • SUBSCRIBED_STRIP_TODOS

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName SUBSCRIBED_STRIP_TODOS
      • REFRESHRATE

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName REFRESHRATE
      • PUSH_TRANSPORTS

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName PUSH_TRANSPORTS
      • PUSHKEY

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName PUSHKEY
    • Constructor Detail

      • CSDavPropertyName

        public CSDavPropertyName()