mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
fix typo
parent
3c082cbf30
commit
4e3fa11446
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue