CalDavDataPlugin

Undocumented in source.

Members

Functions

calendarHomeSet
string[] calendarHomeSet(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
calendarUserAddressSet
string[] calendarUserAddressSet(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.
property
DavProp property(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
resourceId
string resourceId(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
scheduleInboxURL
string scheduleInboxURL(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
scheduleOutboxURL
string scheduleOutboxURL(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
supportedReportSet
string[] supportedReportSet(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 ICalDavProperties

calendarHomeSet
DavResource calendarHomeSet [@property setter]

rfc4791 - 6.2.1

scheduleOutboxURL
DavResource scheduleOutboxURL [@property setter]

rfc6638 - 2.1.1

scheduleInboxURL
DavResource scheduleInboxURL [@property setter]

rfc6638 - 2.2.1

calendarUserAddressSet
DavResource calendarUserAddressSet [@property setter]

rfc6638 - 2.4.1

From IDavReportSetProperties

supportedReportSet
DavResource supportedReportSet [@property setter]
Undocumented in source.

From IDavBindingProperties

resourceId
DavResource resourceId [@property setter]
Undocumented in source.

Meta