From 4e3fa11446a13dd4282aa4c4ec41158b68680d83 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 23 Jun 2025 06:48:08 +0200 Subject: [PATCH] fix typo --- 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 fa55d36..68ef5a6 100644 --- a/Radicale-Custom-DAV-protocol-extensions.md +++ b/Radicale-Custom-DAV-protocol-extensions.md @@ -1,5 +1,5 @@ ## Radicale DAV Extensions -Radicale uses standard DAV protocol extensions as defined in RFC 4918, however, some custom extensions are used to enhance the functionality of the Radicale Web UI client. These custom protocols are not used by the Radicale server when processing CalDAV and CarDAV requests and do not need to be supported by any clients. +Radicale uses standard DAV protocol extensions as defined in RFC 4918, however, some custom extensions are used to enhance the functionality of the Radicale Web UI client. These custom protocols are not used by the Radicale server when processing CalDAV and CardDAV requests and do not need to be supported by any clients. ### displayname 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.