aboutsummaryrefslogtreecommitdiffstats
path: root/.config/vdirsyncer/config
blob: 62f9770965402cc096f10bac4da618df71072a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[general]
status_path = "~/.local/state/vdirsyncer/status/"

# carddav
[pair dave_contacts]
a = "dave_contacts_local"
b = "dave_contacts_remote"
collections = ["contacts", "wedding"]
conflict_resolution = "b wins"

[storage dave_contacts_local]
type = "filesystem"
path = "~/.local/state/vdirsyncer/contacts/"
fileext = ".vcf"

[storage dave_contacts_remote]
type = "carddav"
url = "https://cloud.sleepmap.de/remote.php/dav/"
username = "dave"
password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.sleepmap.de/dave"]

# caldav
[pair dave_calendar]
a = "dave_calendar_local"
b = "dave_calendar_remote"
conflict_resolution = "b wins"
collections = ["concerts", "contact_birthdays", "live", "flat", "private", "work", "bus_shared_by_t4", "personal_shared_by_nanni"]

[storage dave_calendar_local]
type = "filesystem"
path = "~/.local/state/vdirsyncer/calendars/dave_calendar"
fileext = ".ics"

[storage dave_calendar_remote]
type = "caldav"
url = "https://cloud.sleepmap.de/remote.php/dav/"
username = "dave"
password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.sleepmap.de/dave"]

[pair nanni_calendar]
a = "nanni_calendar_local"
b = "nanni_calendar_remote"
conflict_resolution = "b wins"
collections = ["flanger-studio-four_shared_by_nanni", "work_shared_by_nanni"]

[storage nanni_calendar_local]
type = "filesystem"
path = "~/.local/state/vdirsyncer/calendars/nanni_calendar"
fileext = ".ics"

[storage nanni_calendar_remote]
type = "caldav"
url = "https://cloud.flanger.se/remote.php/dav/calendars/dave/"
username = "dave"
password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.flanger.se/dave"]