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