aboutsummaryrefslogtreecommitdiffstats
path: root/.vdirsyncer/config
blob: 7f57a1418ce4168ab542131bd9e5236857394600 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[general]
status_path = "~/.vdirsyncer/status/"
password_command = pass2vdirsyncer


# carddav
[pair dave_contacts]
a = dave_contacts_local
b = dave_contacts_remote
collections = ["bands","private","services","tu-berlin","unixpool", "venues"]
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/remote.php/carddav/
verify = "~/.certs/sleepmap.crt"
username = dave


[pair akt_contacts]
a = akt_contacts_local
b = akt_contacts_remote
collections = ["exteam", "studio", "team"]
conflict_resolution = "b wins"

[storage akt_contacts_local]
type = filesystem
path = "~/.contacts/"
fileext = .vcf

[storage akt_contacts_remote]
type = carddav
url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/carddav/
username = drunge


# caldav
[pair dave_calendar]
a = dave_calendar_local
b = dave_calendar_remote
collections = ["akt", "contact_birthdays", "flat", "private", "unix-pool", "courses", "live", "concerts"]

[storage dave_calendar_local]
type = filesystem
path = "~/.calendars/"
fileext = .ics

[storage dave_calendar_remote]
type = caldav
url = https://cloud.sleepmap.de/remote.php/caldav/
verify = "~/.certs/sleepmap.crt"
username = dave


[pair akt_calendar]
a = akt_calendar_local
b = akt_calendar_remote
collections = ["ak_shared_by_mvoigt", "studiotermine_shared_by_mvoigt", "rechencluster_shared_by_mvoigt", "labs_shared_by_mvoigt", "urlaub_shared_by_mvoigt", "grossesstudio_shared_by_mvoigt", "kleinesstudio_shared_by_mvoigt", "studioausleihe_shared_by_mvoigt", "studiotermine_shared_by_mvoigt"]

[storage akt_calendar_local]
type = filesystem
path = "~/.calendars/"
fileext = .ics

[storage akt_calendar_remote]
type = caldav
url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/caldav/
username = drunge