-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.vdirsyncerrc
More file actions
34 lines (28 loc) · 744 Bytes
/
.vdirsyncerrc
File metadata and controls
34 lines (28 loc) · 744 Bytes
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
[general]
status_path = "~/.vdirsyncer/status/"
[pair card]
a = "card_local"
b = "card_remote"
collections = ["from b", "from a"]
[pair cal]
a = "cal_local"
b = "cal_remote"
collections = ["from b", "from a"]
[storage cal_local]
type = "filesystem"
path = "~/.calendar"
fileext = ".vcf"
[storage card_local]
type = "filesystem"
path = "~/.contacts"
fileext = ".vcf"
[storage cal_remote]
type = "caldav"
url = "https://caldav.fastmail.com/"
username = "kzar@kzar.co.uk"
password.fetch = ["command", "secret-tool", "lookup", "email", "kzar@kzar.co.uk"]
[storage card_remote]
type = "carddav"
url = "https://carddav.fastmail.com/"
username = "kzar@kzar.co.uk"
password.fetch = ["command", "secret-tool", "lookup", "email", "kzar@kzar.co.uk"]