Package | Description |
---|---|
net.fortuna.ical4j.connector.dav |
Modifier and Type | Method and Description |
---|---|
CalDavCalendarCollection |
CalDavCalendarStore.addCollection(String id)
Adds the specified collection to the store.
|
CalDavCalendarCollection |
CalDavCalendarStore.addCollection(String id,
org.apache.jackrabbit.webdav.property.DavPropertySet properties) |
CalDavCalendarCollection |
CalDavCalendarStore.addCollection(String id,
String displayName,
String description,
String[] supportedComponents,
net.fortuna.ical4j.model.Calendar timezone) |
CalDavCalendarCollection |
CalDavCalendarStore.getCollection(String id) |
CalDavCalendarCollection |
CalDavCalendarStore.removeCollection(String id)
Removes the collection with specified id from the store.
|
Modifier and Type | Method and Description |
---|---|
protected static List<CalDavCalendarCollection> |
AbstractDavObjectCollection.collectionsFromResponse(CalDavCalendarStore store,
org.apache.jackrabbit.webdav.MultiStatusResponse[] responses)
Get the list of collections from a MultiStatus (HTTP 207 status code) response and populate the list of
properties of each collection.
|
List<CalDavCalendarCollection> |
CalDavCalendarStore.getCollections()
This method will try to find all calendar collections available at the calendar-home-set URI of the user.
|
protected List<CalDavCalendarCollection> |
CalDavCalendarStore.getCollectionsForHomeSet(CalDavCalendarStore store,
String urlForcalendarHomeSet) |
protected List<CalDavCalendarCollection> |
CalDavCalendarStore.getDelegateCollections(org.apache.jackrabbit.webdav.property.DavProperty<?> proxyDavProperty) |
List<CalDavCalendarCollection> |
CalDavCalendarStore.getDelegatedCollections()
Get the list of available delegated collections, Apple's iCal style
|
protected List<CalDavCalendarCollection> |
CalDavCalendarStore.getDelegatedCollections(String type) |
List<CalDavCalendarCollection> |
CalDavCalendarStore.getReadOnlyDelegatedCollections() |
List<CalDavCalendarCollection> |
CalDavCalendarStore.getWriteDelegatedCollections() |
Copyright © 2008-2013 Micronode. All Rights Reserved.