mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Updated Radicale Custom DAV protocol extensions (markdown)
parent
4e3fa11446
commit
bbf29b9fc8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Radicale uses standard DAV protocol extensions as defined in RFC 4918, however,
|
|||
The ```displayname``` extension is used to retrieve the display name of a collection if it has been set. It returns a string containing the name or an empty value if none is set. This extension is similar to the standard DAV extension of the same name except it will return an empty value if there is no display name set, whereas the standard DAV extension will return the collection URL if there is no display name set.
|
||||
|
||||
### getcontentcount
|
||||
The ```getcontentcount``` extension is used to retrieve the number of individual items within a collection. It can only be used for collections. It returns an integer of the total number of items stores or a 0 if there was an error.
|
||||
The ```getcontentcount``` extension is used to retrieve the number of individual items within a collection. It can only be used for collections. It returns an integer of the total number of items stores or a 0 if there was an error (or no items are found).
|
||||
|
||||
## XML Namespace
|
||||
The XML namespace of the Radicale custom DAV extensions is ```http://radicale.org/ns/``` and the XML prefix is ```RADICALE```. An example of using the Radicale namespace in a DAV request would look like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue