net.fortuna.ical4j.connector.dav
public interface CalDavConstants extends DavConstants
Modifier and Type | Field and Description |
---|---|
static String |
ALLOWED_ATTENDEE_SCHEDULING_OBJECT_CHANGE
Servers MAY impose restrictions on modifications allowed by an "Attendee",
subject to the allowed changes specified in Section 3.2.2.1
https://tools.ietf.org/html/rfc6638
|
static String |
ALLOWED_ORGANIZER_SCHEDULING_OBJECT_CHANGE
Servers MAY impose restrictions on modifications allowed by an "Organizer".
|
static String |
ATTRIBUTE_END |
static String |
ATTRIBUTE_NAME |
static String |
ATTRIBUTE_START |
static org.apache.jackrabbit.webdav.xml.Namespace |
CALDAV_NAMESPACE
Default namespace.
|
static String |
CALENDAR_AVAIBILITY
Defines a "VAVAILABILITY" component that will be used in calculating
free-busy time when an iTIP free-busy request is targeted at the
calendar user who owns the Inbox.
|
static org.apache.jackrabbit.webdav.xml.Namespace |
CARDDAV_NAMESPACE
CardDAV namespace
|
static org.apache.jackrabbit.webdav.xml.Namespace |
CS_NAMESPACE
Namespace used by CalendarServer (calendarserver.org).
|
static String |
DEFAULT_ALARM_VEVENT_DATE
A default alarm applied to "VEVENT" components whose "DTSTART" property value type is "DATE"
http://tools.ietf.org/html/draft-daboo-valarm-extensions-04
|
static String |
DEFAULT_ALARM_VEVENT_DATETIME
A default alarm applied to "VEVENT" components whose "DTSTART" property value
type is "DATE-TIME"
http://tools.ietf.org/html/draft-daboo-valarm-extensions-04
|
static String |
DEFAULT_ALARM_VTODO_DATE
A default alarm applied to "VTODO" components whose "DUE" or "DTSTART"
property value type is "DATE", or when neither of those properties is present
http://tools.ietf.org/html/draft-daboo-valarm-extensions-04
|
static String |
DEFAULT_ALARM_VTODO_DATETIME
A default alarm applied to "VTODO" components whose "DUE" or "DTSTART"
property value type is "DATE-TIME"
http://tools.ietf.org/html/draft-daboo-valarm-extensions-04
|
static String |
DEFAULT_CALENDAR_NEEDED
https://tools.ietf.org/html/rfc6638
|
static org.apache.jackrabbit.webdav.xml.Namespace |
ICAL_NAMESPACE
Namespace used by the iCal client from Apple.
|
static String |
PROPERTY_ADDRESS_DATA
Specifies one of the following:
1.
|
static String |
PROPERTY_ADDRESSBOOK_HOME_SET
Identifies the URL of any WebDAV collections that contain address book collections
owned by the associated principal resource.
|
static String |
PROPERTY_AUTO_SCHEDULE
Auto-accept is currently supported for location and resource records.
|
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_DATA |
static String |
PROPERTY_CALENDAR_DESCRIPTION
Purpose: Provides a human-readable description of the calendar collection.
|
static String |
PROPERTY_CALENDAR_HOME_SET
Purpose: Identifies the URL of any WebDAV collections that contain calendar collections owned by the associated
principal resource.
|
static String |
PROPERTY_CALENDAR_ORDER |
static String |
PROPERTY_CALENDAR_QUERY |
static String |
PROPERTY_CALENDAR_TIMEZONE
The CALDAV:calendar-timezone property is used to specify the time zone the server should rely on to resolve
"date" values and "date with local time" values (i.e., floating time) to "date with UTC time" values.
|
static String |
PROPERTY_COMP_FILTER |
static String |
PROPERTY_COMPONENT
Specifies a supported component type (e.g., VEVENT, VTODO, etc.)
|
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 description
|
static String |
PROPERTY_FILTER |
static String |
PROPERTY_FREE_BUSY_SET
Purpose: Identify the calendars that contribute to the free-busy information for the owner of the scheduling
https://tools.ietf.org/html/draft-desruisseaux-caldav-sched-04
THIS PROPERTY WAS REMOVED IN DRAFT 05 AND THE OFFICIAL RFC (6638)
|
static String |
PROPERTY_MAX_ATTENDEES_PER_INSTANCE |
static String |
PROPERTY_MAX_DATE_TIME |
static String |
PROPERTY_MAX_IMAGE_SIZE
for carddav
|
static String |
PROPERTY_MAX_INSTANCES |
static String |
PROPERTY_MAX_RESOURCE_SIZE |
static String |
PROPERTY_MIN_DATE_TIME |
static 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_RECIPIENT |
static String |
PROPERTY_REFRESHRATE |
static String |
PROPERTY_REQUEST_STATUS |
static String |
PROPERTY_RESOURCETYPE_CALENDAR
The property to identify a "calendar" resource-type for the collection.
|
static String |
PROPERTY_SCHEDULE_CALENDAR_TRANSP
Determines whether the calendar object resources in a calendar collection will affect the owner's freebusy.
|
static String |
PROPERTY_SCHEDULE_DEFAULT_CALENDAR_URL
Specifies a default calendar for an attendee that will automatically have new scheduling messages deposited into
it when they arrive.
|
static String |
PROPERTY_SCHEDULE_INBOX_URL
Identify the URL of the scheduling Inbox collection owned by the associated principal resource.
|
static String |
PROPERTY_SCHEDULE_OUTBOX_URL
Identify the URL of the scheduling Outbox collection owned by the associated principal resource.
|
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_SUPPORTED_ADDRESS_DATA
Specifies what media types are allowed for address object resources in an address
book collection.
|
static String |
PROPERTY_SUPPORTED_CALENDAR_COMPONENT_SET
Specifies the calendar component types (e.g., VEVENT, VTODO, etc.) that calendar object resources can contain in
the calendar collection.
|
static String |
PROPERTY_SUPPORTED_CALENDAR_DATA |
static String |
PROPERTY_TIME_RANGE |
static String |
PROPERTY_USER_ADDRESS_SET
Identify the calendar addresses of the associated principal resource.
|
static String |
PROPERTY_USER_TYPE
Identifies the calendar user type of the associated principal resource.
|
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 String |
RECIPIENT
The calendar user address that the enclosing response for a POST method request is for.
|
static String |
REQUEST_STATUS
The iTIP "REQUEST-STATUS" property value for a scheduling response.
|
static String |
RESPONSE
Contains a single response for a POST method request (for scheduling)
https://tools.ietf.org/html/rfc6638#section-10.2
|
static String |
SAME_ORGANIZER_IN_ALL_COMPONENTS
All the calendar components in a
scheduling object resource MUST contain the same "ORGANIZER"
property value when present
https://tools.ietf.org/html/rfc6638
|
static String |
SCHEDULE_CALENDAR_TRANSP
Determines whether the calendar object resources in a
calendar collection will affect the owner's busy time information.
|
static String |
SCHEDULE_DEFAULT_CALENDAR_URL
Specifies a default calendar for an "Attendee" where new
scheduling object resources are created.
|
static String |
SCHEDULE_DELIVER
https://tools.ietf.org/html/rfc6638
|
static String |
SCHEDULE_DELIVER_INVITE
https://tools.ietf.org/html/rfc6638
|
static String |
SCHEDULE_DELIVER_REPLY
https://tools.ietf.org/html/rfc6638
|
static String |
SCHEDULE_QUERY_FREEBUSY
https://tools.ietf.org/html/rfc6638
|
static String |
SCHEDULE_RESPONSE
Contains the set of responses for a POST method request (for scheduling)
https://tools.ietf.org/html/rfc6638#section-10.1
|
static String |
SCHEDULE_SEND
https://tools.ietf.org/html/rfc6638
|
static String |
SCHEDULE_SEND_FREEBUSY
The CALDAV:schedule-send-freebusy privilege controls the use of the
POST method to submit scheduling messages that specify the scheduling
method "REQUEST" with a "VFREEBUSY" calendar component.
|
static String |
SCHEDULE_SEND_INVITE
https://tools.ietf.org/html/rfc6638
|
static String |
SCHEDULE_SEND_REPLY
The CALDAV:schedule-send-reply privilege controls the sending of
scheduling messages by "Attendees".
|
static String |
SCHEDULE_TAG
Indicates whether a scheduling object resource has had a
"consequential" change made to it.
|
static String |
SUPPORTED_CALENDAR_COMPONENT_SETS
Enumerates the sets of component restrictions the server is
willing to allow the client to specify in MKCALENDAR or extended
MKCOL requests.
|
static String |
UNIQUE_SCHEDULING_OBJECT_RESOURCE
Servers MAY reject requests to create a
scheduling object resource with an iCalendar "UID" property value
already in use by another scheduling object resource owned by the
same user in other calendar collections.
|
static String |
VALID_ORGANIZER
https://tools.ietf.org/html/rfc6638
|
static String |
VALID_SCHEDULE_DEFAULT_CALENDAR_URL
https://tools.ietf.org/html/rfc6638
|
static String |
VALID_SCHEDULING_MESSAGE
https://tools.ietf.org/html/rfc6638
|
PROPERTY_ADD_MEMBER, PROPERTY_QUOTA_AVAILABLE_BYTES, PROPERTY_QUOTA_USED_BYTES, PROPERTY_RESOURCE_ID, PROPERTY_SUPPORTED_REPORT_SET, PROPERTY_SYNC_TOKEN
creationDateFormat, DEPTH_0, DEPTH_1, DEPTH_INFINITY, DEPTH_INFINITY_S, HEADER_AUTHORIZATION, HEADER_CONTENT_LANGUAGE, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_DAV, HEADER_DEPTH, HEADER_DESTINATION, HEADER_ETAG, HEADER_IF, HEADER_LAST_MODIFIED, HEADER_LOCK_TOKEN, HEADER_OVERWRITE, HEADER_TIMEOUT, INFINITE_TIMEOUT, modificationDateFormat, NAMESPACE, OPAQUE_LOCK_TOKEN_PREFIX, PROPERTY_CREATIONDATE, PROPERTY_DISPLAYNAME, PROPERTY_GETCONTENTLANGUAGE, PROPERTY_GETCONTENTLENGTH, PROPERTY_GETCONTENTTYPE, PROPERTY_GETETAG, PROPERTY_GETLASTMODIFIED, PROPERTY_LOCKDISCOVERY, PROPERTY_RESOURCETYPE, PROPERTY_SUPPORTEDLOCK, PROPFIND_ALL_PROP, PROPFIND_ALL_PROP_INCLUDE, PROPFIND_BY_PROPERTY, PROPFIND_PROPERTY_NAMES, TIMEOUT_INFINITE, UNDEFINED_TIME, UNDEFINED_TIMEOUT, XML_ACTIVELOCK, XML_ALLPROP, XML_COLLECTION, XML_DEPTH, XML_DST, XML_EXCLUSIVE, XML_HREF, XML_INCLUDE, XML_KEEPALIVE, XML_LINK, XML_LOCKENTRY, XML_LOCKINFO, XML_LOCKROOT, XML_LOCKSCOPE, XML_LOCKTOKEN, XML_LOCKTYPE, XML_MULTISTATUS, XML_OMIT, XML_OWNER, XML_PROP, XML_PROPERTYBEHAVIOR, XML_PROPERTYUPDATE, XML_PROPFIND, XML_PROPNAME, XML_PROPSTAT, XML_REMOVE, XML_RESPONSE, XML_RESPONSEDESCRIPTION, XML_SET, XML_SHARED, XML_SOURCE, XML_STATUS, XML_TIMEOUT, XML_WRITE
static final org.apache.jackrabbit.webdav.xml.Namespace CALDAV_NAMESPACE
static final org.apache.jackrabbit.webdav.xml.Namespace CS_NAMESPACE
static final org.apache.jackrabbit.webdav.xml.Namespace ICAL_NAMESPACE
static final org.apache.jackrabbit.webdav.xml.Namespace CARDDAV_NAMESPACE
static final String PROPERTY_CTAG
static final String PROPERTY_CALENDAR_DESCRIPTION
static final String PROPERTY_CALENDAR_COLOR
static final String PROPERTY_CALENDAR_ORDER
static final String PROPERTY_FREE_BUSY_SET
static final String PROPERTY_CALENDAR_HOME_SET
static final String PROPERTY_RESOURCETYPE_CALENDAR
static final String PROPERTY_PROXY_WRITE_FOR
static final String PROPERTY_PROXY_READ_FOR
static final String PROPERTY_USER_ADDRESS_SET
static final String PROPERTY_USER_TYPE
static final String PROPERTY_SCHEDULE_INBOX_URL
static final String PROPERTY_SCHEDULE_OUTBOX_URL
static final String PROPERTY_DROP_HOME_URL
static final String PROPERTY_XMPP_URI
static final String PROPERTY_NOTIFICATION_URL
static final String PROPERTY_XMPP_SERVER
static final String PROPERTY_SUPPORTED_CALENDAR_COMPONENT_SET
static final String PROPERTY_COMPONENT
static final String PROPERTY_SCHEDULE_CALENDAR_TRANSP
static final String PROPERTY_SCHEDULE_DEFAULT_CALENDAR_URL
static final String PROPERTY_CALENDAR_TIMEZONE
static final String PROPERTY_AUTO_SCHEDULE
static final String PROPERTY_SOURCE
static final String PROPERTY_SUBSCRIBED_STRIP_ALARMS
static final String PROPERTY_SUBSCRIBED_STRIP_ATTACHMENTS
static final String PROPERTY_SUBSCRIBED_STRIP_TODOS
static final String PROPERTY_REFRESHRATE
static final String PROPERTY_PUSH_TRANSPORTS
static final String PROPERTY_PUSHKEY
static final String PROPERTY_SUPPORTED_CALENDAR_DATA
static final String PROPERTY_MAX_RESOURCE_SIZE
static final String PROPERTY_MIN_DATE_TIME
static final String PROPERTY_MAX_DATE_TIME
static final String PROPERTY_MAX_INSTANCES
static final String PROPERTY_MAX_ATTENDEES_PER_INSTANCE
static final String PROPERTY_CALENDAR_DATA
static final String PROPERTY_RECIPIENT
static final String PROPERTY_REQUEST_STATUS
static final String PROPERTY_CALENDAR_QUERY
static final String PROPERTY_FILTER
static final String PROPERTY_COMP_FILTER
static final String PROPERTY_TIME_RANGE
static final String ATTRIBUTE_NAME
static final String ATTRIBUTE_START
static final String ATTRIBUTE_END
static final String PROPERTY_ADDRESSBOOK_HOME_SET
static final String PROPERTY_SUPPORTED_ADDRESS_DATA
static final String PROPERTY_MAX_IMAGE_SIZE
static final String PROPERTY_ADDRESS_DATA
static final String UNIQUE_SCHEDULING_OBJECT_RESOURCE
static final String SAME_ORGANIZER_IN_ALL_COMPONENTS
static final String ALLOWED_ORGANIZER_SCHEDULING_OBJECT_CHANGE
static final String ALLOWED_ATTENDEE_SCHEDULING_OBJECT_CHANGE
static final String DEFAULT_CALENDAR_NEEDED
static final String VALID_SCHEDULE_DEFAULT_CALENDAR_URL
static final String VALID_SCHEDULING_MESSAGE
static final String VALID_ORGANIZER
static final String SCHEDULE_DELIVER
static final String SCHEDULE_DELIVER_INVITE
static final String SCHEDULE_DELIVER_REPLY
static final String SCHEDULE_QUERY_FREEBUSY
static final String SCHEDULE_SEND
static final String SCHEDULE_SEND_INVITE
static final String SCHEDULE_SEND_REPLY
static final String SCHEDULE_SEND_FREEBUSY
static final String SCHEDULE_CALENDAR_TRANSP
static final String SCHEDULE_DEFAULT_CALENDAR_URL
static final String SCHEDULE_TAG
static final String SCHEDULE_RESPONSE
static final String RESPONSE
static final String RECIPIENT
static final String REQUEST_STATUS
static final String CALENDAR_AVAIBILITY
static final String SUPPORTED_CALENDAR_COMPONENT_SETS
static final String DEFAULT_ALARM_VEVENT_DATETIME
static final String DEFAULT_ALARM_VEVENT_DATE
static final String DEFAULT_ALARM_VTODO_DATETIME
static final String DEFAULT_ALARM_VTODO_DATE
Copyright © 2008-2013 Micronode. All Rights Reserved.