Evie Litherland-Smith
1ec38f94c8
Use vdirsyncer to sync with xandikos server. Add khal for calendar management.
6 lines
168 B
Bash
6 lines
168 B
Bash
URL="dav.xenia.me.uk"
|
|
secret-tool lookup url "$URL" >/dev/null || (
|
|
echo "Setup calendar password"
|
|
secret-tool store --label="Calendar vdirsyncer" url "$URL"
|
|
)
|