blob: e5bff7df8a945daa60705f5bc9f5377adaaadce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[general]
status_path = "~/.local/share/vdirsyncer/status"
[pair calendar_radicale]
a = "calendar_radicale_local"
b = "calendar_radicale_remote"
collections = ["from a", "from b"]
metadata = ["color"]
[storage calendar_radicale_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/storages/calendar_radicale_local/"
fileext = ".ics"
[storage calendar_radicale_remote]
type = "caldav"
url.fetch = ["command", "pass", "radicale/url"]
username.fetch = ["command", "pass" , "radicale/username"]
password.fetch = ["command", "pass" , "radicale/password"]
|