- commit
- 1378301
- parent
- ec48a33
- author
- xxwhirlpool
- date
- 2025-09-09 19:12:24 -0400 EDT
caldav stuff
3 files changed,
+61,
-0
+20,
-0
1@@ -0,0 +1,20 @@
2+[default]
3+
4+default_calendar = kat
5+highlight_event_days = true
6+
7+[view]
8+dynamic_days= false
9+
10+[locale]
11+unicode_symbols = false
12+local_timezone = America/New_York
13+default_timezone = America/New_York
14+timeformat = %I:%m
15+dateformat = %A
16+longdateformat = %Y-%m-%d
17+
18+[calendars]
19+
20+[[kat]]
21+path = ~/.config/vdirsyncer/calendars/kat/
+11,
-0
1@@ -0,0 +1,11 @@
2+[addressbooks]
3+[[general]]
4+path = /home/kat/.config/vdirsyncer/contacts/52ad2c31-65bb-a4c7-23c7-beac8c3f48e8/
5+
6+[general]
7+debug = no
8+default_action = list
9+# These are either strings or comma seperated lists
10+editor = micro
11+merge_editor = micro
12+
+30,
-0
1@@ -0,0 +1,30 @@
2+[general]
3+status_path = "~/.config/vdirsyncer/status/"
4+
5+[pair katcontacts]
6+a = "katcontacts_local"
7+b = "katcontacts_remote"
8+collections = ["from a", "from b"]
9+
10+metadata = ["displayname"]
11+
12+[storage katcontacts_local]
13+type = "filesystem"
14+path = "~/.config/vdirsyncer/contacts"
15+fileext = ".vcf"
16+
17+[storage katcontacts_remote]
18+type = "carddav"
19+url = "https://calendar.girlonthemoon.xyz/springpool/52ad2c31-65bb-a4c7-23c7-beac8c3f48e8/"
20+username = "springpool"
21+password.fetch = ["command", "cat", "~/.vcardpass"]
22+
23+[storage katcal_local]
24+type = "filesystem"
25+path = "~/.config/vdirsyncer/calendar"
26+fileext = ".ics"
27+
28+[storage katcal_remote]
29+type = "http"
30+url = "https://calendar.girlonthemoon.xyz/springpool/9f677c31-9924-4a76-8763-73fd3025acdb/"
31+read_only = "false"