From 8134d994c4132d0ab73e07010f39990847116fa0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 6 Oct 2024 07:39:28 +0200 Subject: [PATCH] add addressbook example --- Collection-Storage.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Collection-Storage.md b/Collection-Storage.md index dff051c..b92e404 100644 --- a/Collection-Storage.md +++ b/Collection-Storage.md @@ -45,6 +45,8 @@ Property file of collection Example using `jq` for pretty-print +#### Example of a calendar collection + ``` 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/history