Eric Bower
·
2025-04-02
config
1[general]
2status_path = "/home/erock/.vdirsyncer/status/"
3
4# CARDDAV
5[pair contacts]
6a = "contacts_local"
7b = "contacts_remote"
8collections = ["Default"]
9conflict_resolution = "b wins"
10metadata = ["displayname"]
11
12[storage contacts_local]
13type = "filesystem"
14path = "/home/erock/.contacts/"
15fileext = ".vcf"
16
17[storage contacts_remote]
18type = "carddav"
19url = "https://carddav.fastmail.com/"
20username = "me@erock.io"
21password.fetch = ["pass", "logins/local-dav"]
22
23# CALDAV
24[pair fastmail]
25a = "fastmail_local"
26b = "fastmail_remote"
27collections = ["3b9b2f5e-cbc9-4f8a-8e54-f210dcb8b1a6"]
28conflict_resolution = "b wins"
29
30[storage fastmail_local]
31type = "filesystem"
32path = "/home/erock/.calendars/"
33fileext = ".ics"
34
35[storage fastmail_remote]
36type = "caldav"
37url = "https://caldav.fastmail.com/"
38username = "me@erock.io"
39password.fetch = ["pass", "logins/local-dav"]
40
41[pair shijing]
42a = "shijing_local"
43b = "shijing_remote"
44collections = null
45
46[storage shijing_local]
47type = "filesystem"
48path = "/home/erock/.calendars/shijing"
49fileext = ".ics"
50
51[storage shijing_remote]
52type = "http"
53url = "https://calendar.google.com/calendar/ical/shijingjia%40gmail.com/private-57f965d846f7fe37d857cd2f9af3d23b/basic.ics"
54
55[pair work]
56a = "work_local"
57b = "work_remote"
58collections = null
59
60[storage work_local]
61type = "filesystem"
62path = "/home/erock/.calendars/work"
63fileext = ".ics"
64
65[storage work_remote]
66type = "http"
67url = "https://calendar.google.com/calendar/ical/eric.bower%40aptible.com/private-74e695f18c814f2a16af258664c34ef0/basic.ics"