39e2b01597a3f21a9afcf6723146c1daf452201f
[dotfiles.git] / .config / vdirsyncer / config
1 # An example configuration for vdirsyncer.
2 #
3 # Move it to ~/.vdirsyncer/config or ~/.config/vdirsyncer/config and edit it.
4 # Run `vdirsyncer --help` for CLI usage.
5 #
6 # Optional parameters are commented out.
7 # This file doesn't document all available parameters, see
8 # http://vdirsyncer.readthedocs.org/ for the rest of them.
9
10 [general]
11 # A folder where vdirsyncer can store some metadata about each pair.
12 status_path = ~/.vdirsyncer/status/
13 password_command = pass show caldav_ygdrassil/mart
14
15 # CARDDAV
16 [pair contacts]
17 a = contacts_local
18 b = contacts_remote
19
20 collections = ["from b"]
21
22 [storage contacts_local]
23 type = filesystem
24 path = ~/.vdirsyncer/
25 fileext = .vcf
26
27 [storage contacts_remote]
28 type = carddav
29 url = http://localhost:8008/addressbooks/users/mart/addressbook/
30 username = mart
31
32 # CALDAV
33 [pair calendar]
34 a = calendar_local
35 b = calendar_remote
36 collections = ["from b"]
37
38 [storage calendar_local]
39 type = filesystem
40 path = ~/.vdirsyncer/
41 fileext = .ics
42
43 [storage calendar_remote]
44 type = caldav
45 url = http://localhost:8008/calendars/users/mart/calendar/
46 username = mart