xxwhirlpool
·
2025-12-17
config
1[general]
2status_path = "~/.config/vdirsyncer/status/"
3
4[pair katcontacts]
5a = "katcontacts_local"
6b = "katcontacts_remote"
7collections = ["from a", "from b"]
8metadata = ["displayname"]
9
10[storage katcontacts_local]
11type = "filesystem"
12path = "~/.config/vdirsyncer/contacts"
13fileext = ".vcf"
14
15[storage katcontacts_remote]
16type = "carddav"
17url = "https://calendar.girlonthemoon.xyz/springpool/52ad2c31-65bb-a4c7-23c7-beac8c3f48e8/"
18username = "springpool"
19password.fetch = ["command", "pass", "config/vdirsyncer"]
20
21[pair katcal]
22a = "katcal_local"
23b = "katcal_remote"
24collections = ["from a", "from b"]
25metadata = ["displayname"]
26
27[storage katcal_local]
28type = "filesystem"
29path = "~/.config/vdirsyncer/calendars/kat"
30fileext = ".ics"
31
32[storage katcal_remote]
33type = "caldav"
34url = "https://calendar.girlonthemoon.xyz/springpool/katcal/"
35username = "springpool"
36password.fetch = ["command", "pass", "config/vdirsyncer"]
37
38[pair katmusic]
39a = "katmusic_local"
40b = "katmusic_remote"
41collections = ["from a", "from b"]
42metadata = ["displayname"]
43
44[storage katmusic_local]
45type = "filesystem"
46path = "~/.config/vdirsyncer/calendars/katmusic"
47fileext = ".ics"
48
49[storage katmusic_remote]
50type = "caldav"
51url = "https://calendar.girlonthemoon.xyz/springpool/76e2e79f-639d-ea44-540e-2b6009b9b1fe/"
52username = "springpool"
53password.fetch = ["command", "pass", "config/vdirsyncer"]
54
55[pair rockness]
56a = "rockness_local"
57b = "rockness_remote"
58collections = null
59
60[storage rockness_local]
61type = "filesystem"
62path = "~/.config/vdirsyncer/calendar_rockness"
63fileext = ".ics"
64
65[storage rockness_remote]
66type = "caldav"
67url = "https://calendar.girlonthemoon.xyz/springpool/e558f6dc-3080-9e30-7bed-667fefd47182/"
68username = "springpool"
69password.fetch = ["command", "pass", "config/vdirsyncer"]