CalDavCollectionPlugin

Undocumented in source.

Members

Functions

calendarDescription
string calendarDescription(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
calendarTimezone
TimeZone calendarTimezone(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
canGetProperty
bool canGetProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
maxAttendeesPerInstance
ulong maxAttendeesPerInstance(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
maxDateTime
SysTime maxDateTime(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
maxInstances
ulong maxInstances(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
maxResourceSize
ulong maxResourceSize(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
minDateTime
SysTime minDateTime(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
property
DavProp property(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
supportedCalendarComponentSet
string[] supportedCalendarComponentSet(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
supportedCalendarData
string[string][] supportedCalendarData(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseDavResourcePlugin

canSetContent
bool canSetContent(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
canGetStream
bool canGetStream(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
canSetProperty
bool canSetProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
canRemoveProperty
bool canRemoveProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
canGetProperty
bool canGetProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setContent
void setContent(DavResource resource, ubyte[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
setContent
void setContent(DavResource resource, InputStream content, ulong size)
Undocumented in source. Be warned that the author may not have intended to support it.
stream
InputStream stream(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
copyPropertiesTo
void copyPropertiesTo(URL source, URL destination)
Undocumented in source. Be warned that the author may not have intended to support it.
property
DavProp property(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
HTTPStatus setProperty(DavResource resource, string name, DavProp prop)
Undocumented in source. Be warned that the author may not have intended to support it.
removeProperty
HTTPStatus removeProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

From ICalDavCollectionProperties

calendarDescription
DavResource calendarDescription [@property setter]
Undocumented in source.
calendarTimezone
DavResource calendarTimezone [@property setter]
Undocumented in source.
supportedCalendarComponentSet
DavResource supportedCalendarComponentSet [@property setter]
Undocumented in source.
supportedCalendarData
DavResource supportedCalendarData [@property setter]
Undocumented in source.
maxResourceSize
DavResource maxResourceSize [@property setter]
Undocumented in source.
minDateTime
DavResource minDateTime [@property setter]
Undocumented in source.
maxDateTime
DavResource maxDateTime [@property setter]
Undocumented in source.
maxInstances
DavResource maxInstances [@property setter]
Undocumented in source.
maxAttendeesPerInstance
DavResource maxAttendeesPerInstance [@property setter]
Undocumented in source.

Meta