From bbf29b9fc8e7944ac2baaaac3b18393d754793b8 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 23 Jun 2025 06:48:49 +0200 Subject: [PATCH] Updated Radicale Custom DAV protocol extensions (markdown) --- Radicale-Custom-DAV-protocol-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radicale-Custom-DAV-protocol-extensions.md b/Radicale-Custom-DAV-protocol-extensions.md index 68ef5a6..241121d 100644 --- a/Radicale-Custom-DAV-protocol-extensions.md +++ b/Radicale-Custom-DAV-protocol-extensions.md @@ -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: