mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
add addressbook example
parent
db90d254d0
commit
8134d994c4
1 changed files with 16 additions and 0 deletions
|
@ -45,6 +45,8 @@ Property file of collection
|
||||||
|
|
||||||
Example using `jq` for pretty-print
|
Example using `jq` for pretty-print
|
||||||
|
|
||||||
|
#### Example of a calendar collection
|
||||||
|
|
||||||
```
|
```
|
||||||
jq . .Radicale.props
|
jq . .Radicale.props
|
||||||
{
|
{
|
||||||
|
@ -56,6 +58,20 @@ jq . .Radicale.props
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Example of a addressbook collection
|
||||||
|
|
||||||
|
```
|
||||||
|
jq . .Radicale.props
|
||||||
|
{
|
||||||
|
"CR:addressbook-description": "AddressBook",
|
||||||
|
"D:displayname": "AddressBook",
|
||||||
|
"{http://inf-it.com/ns/ab/}addressbook-color": "#758857ff",
|
||||||
|
"tag": "VADDRESSBOOK",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
### Directory: .Radicale.cache
|
### Directory: .Radicale.cache
|
||||||
|
|
||||||
#### Directory: .Radicale.cache/history
|
#### Directory: .Radicale.cache/history
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue