Class CalDavPropertyName
- java.lang.Object
-
- net.fortuna.ical4j.connector.dav.property.CalDavPropertyName
-
public class CalDavPropertyName extends Object
$Id$ Created on 19/11/2008
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jackrabbit.webdav.property.DavPropertyName
CALENDAR_DATA
static org.apache.jackrabbit.webdav.property.DavPropertyName
CALENDAR_DESCRIPTION
static org.apache.jackrabbit.webdav.property.DavPropertyName
CALENDAR_HOME_SET
Purpose: Identifies the URL of any WebDAV collections that contain calendar collections owned by the associated principal resource.static org.apache.jackrabbit.webdav.property.DavPropertyName
CALENDAR_TIMEZONE
static org.apache.jackrabbit.webdav.property.DavPropertyName
COMPONENT
static org.apache.jackrabbit.webdav.property.DavPropertyName
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 org.apache.jackrabbit.webdav.property.DavPropertyName
MAX_ATTENDEES_PER_INSTANCE
static org.apache.jackrabbit.webdav.property.DavPropertyName
MAX_DATE_TIME
static org.apache.jackrabbit.webdav.property.DavPropertyName
MAX_INSTANCES
static org.apache.jackrabbit.webdav.property.DavPropertyName
MAX_RESOURCE_SIZE
static org.apache.jackrabbit.webdav.property.DavPropertyName
MIN_DATE_TIME
static org.apache.jackrabbit.webdav.property.DavPropertyName
RECIPIENT
Property from a draft (draft-desruisseaux-ischedule-01)static org.apache.jackrabbit.webdav.property.DavPropertyName
REQUEST_STATUS
Property from a draft (draft-desruisseaux-ischedule-01)static org.apache.jackrabbit.webdav.property.DavPropertyName
SCHEDULE_CALENDAR_TRANSP
Determines whether the calendar object resources in a calendar collection will affect the owner's freebusy.static org.apache.jackrabbit.webdav.property.DavPropertyName
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 org.apache.jackrabbit.webdav.property.DavPropertyName
SCHEDULE_INBOX_URL
Identify the URL of the scheduling Inbox collection owned by the associated principal resource.static org.apache.jackrabbit.webdav.property.DavPropertyName
SCHEDULE_OUTBOX_URL
Identify the URL of the scheduling Outbox collection owned by the associated principal resource.static org.apache.jackrabbit.webdav.property.DavPropertyName
SUPPORTED_CALENDAR_COMPONENT_SET
static org.apache.jackrabbit.webdav.property.DavPropertyName
SUPPORTED_CALENDAR_DATA
static org.apache.jackrabbit.webdav.property.DavPropertyName
USER_ADDRESS_SET
Identify the calendar addresses of the associated principal resource.static org.apache.jackrabbit.webdav.property.DavPropertyName
USER_TYPE
Identifies the calendar user type of the associated principal resource.
-
Constructor Summary
Constructors Constructor Description CalDavPropertyName()
-
-
-
Field Detail
-
CALENDAR_DESCRIPTION
public static final org.apache.jackrabbit.webdav.property.DavPropertyName CALENDAR_DESCRIPTION
-
CALENDAR_TIMEZONE
public static final org.apache.jackrabbit.webdav.property.DavPropertyName CALENDAR_TIMEZONE
-
SUPPORTED_CALENDAR_COMPONENT_SET
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SUPPORTED_CALENDAR_COMPONENT_SET
-
SUPPORTED_CALENDAR_DATA
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SUPPORTED_CALENDAR_DATA
-
MAX_RESOURCE_SIZE
public static final org.apache.jackrabbit.webdav.property.DavPropertyName MAX_RESOURCE_SIZE
-
MIN_DATE_TIME
public static final org.apache.jackrabbit.webdav.property.DavPropertyName MIN_DATE_TIME
-
MAX_DATE_TIME
public static final org.apache.jackrabbit.webdav.property.DavPropertyName MAX_DATE_TIME
-
MAX_INSTANCES
public static final org.apache.jackrabbit.webdav.property.DavPropertyName MAX_INSTANCES
-
MAX_ATTENDEES_PER_INSTANCE
public static final org.apache.jackrabbit.webdav.property.DavPropertyName MAX_ATTENDEES_PER_INSTANCE
-
CALENDAR_DATA
public static final org.apache.jackrabbit.webdav.property.DavPropertyName CALENDAR_DATA
-
RECIPIENT
public static final org.apache.jackrabbit.webdav.property.DavPropertyName RECIPIENT
Property from a draft (draft-desruisseaux-ischedule-01)
-
REQUEST_STATUS
public static final org.apache.jackrabbit.webdav.property.DavPropertyName REQUEST_STATUS
Property from a draft (draft-desruisseaux-ischedule-01)
-
COMPONENT
public static final org.apache.jackrabbit.webdav.property.DavPropertyName COMPONENT
-
FREE_BUSY_SET
public static final org.apache.jackrabbit.webdav.property.DavPropertyName 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)
-
CALENDAR_HOME_SET
public static final org.apache.jackrabbit.webdav.property.DavPropertyName CALENDAR_HOME_SET
Purpose: Identifies the URL of any WebDAV collections that contain calendar collections owned by the associated principal resource. RFC : rfc4791
-
USER_ADDRESS_SET
public static final org.apache.jackrabbit.webdav.property.DavPropertyName USER_ADDRESS_SET
Identify the calendar addresses of the associated principal resource. http://tools.ietf.org/html/rfc6638
-
USER_TYPE
public static final org.apache.jackrabbit.webdav.property.DavPropertyName USER_TYPE
Identifies the calendar user type of the associated principal resource. Its value is the same as the iCalendar "CUTYPE". https://tools.ietf.org/html/rfc6638
-
SCHEDULE_INBOX_URL
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SCHEDULE_INBOX_URL
Identify the URL of the scheduling Inbox collection owned by the associated principal resource. http://tools.ietf.org/html/rfc6638
-
SCHEDULE_OUTBOX_URL
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SCHEDULE_OUTBOX_URL
Identify the URL of the scheduling Outbox collection owned by the associated principal resource. http://tools.ietf.org/html/rfc6638
-
SCHEDULE_CALENDAR_TRANSP
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SCHEDULE_CALENDAR_TRANSP
Determines whether the calendar object resources in a calendar collection will affect the owner's freebusy.
-
SCHEDULE_DEFAULT_CALENDAR_URL
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SCHEDULE_DEFAULT_CALENDAR_URL
Specifies a default calendar for an attendee that will automatically have new scheduling messages deposited into it when they arrive.
-
-