aboutsummaryrefslogtreecommitdiffstats
path: root/.vdirsyncer/config
blob: 1aa88a18ef1662b11306f8a4dad184b4e4bc9ec7 (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
[general]
status_path = "~/.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 = "~/.contacts/"
fileext = ".vcf"

[storage dave_contacts_remote]
type = "carddav"
url = "https://cloud.sleepmap.de/carddav/"
username = "dave"
password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"]

# 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 = "~/.calendars/"
fileext = ".ics"

[storage dave_calendar_remote]
type = "caldav"
url = "https://cloud.sleepmap.de/caldav/"
username = "dave"
password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"]