dots


commit
7558a7e
parent
c0b8fee
author
xxwhirlpool
date
2025-09-10 14:54:46 -0400 EDT
more cal edits
3 files changed,  +31, -4
M .gitignore
+2, -0
1@@ -19,3 +19,5 @@ config/.local/bin/khard
2 config/.local/bin/vdirsyncer
3 config/.config/vdirsyncer/contacts/
4 config/.config/vdirsyncer/status/
5+config/.config/vdirsyncer/calendar/*
6+config/.config/vdirsyncer/calendar_rockness/*
M config/.config/khal/config
+4, -1
 1@@ -4,7 +4,7 @@ default_calendar = kat
 2 highlight_event_days = true
 3 
 4 [view]
 5-dynamic_days= false
 6+dynamic_days = false
 7 
 8 [locale]
 9 unicode_symbols = false
10@@ -18,3 +18,6 @@ longdateformat = %Y-%m-%d
11 
12 [[kat]]
13 path = ~/.config/vdirsyncer/calendars/kat/
14+
15+[[rockness]]
16+path = ~/.config/vdirsyncer/calendar_rockness/
M config/.config/vdirsyncer/config
+25, -3
 1@@ -5,7 +5,6 @@ status_path = "~/.config/vdirsyncer/status/"
 2 a = "katcontacts_local"
 3 b = "katcontacts_remote"
 4 collections = ["from a", "from b"]
 5-
 6 metadata = ["displayname"]
 7 
 8 [storage katcontacts_local]
 9@@ -19,12 +18,35 @@ url = "https://calendar.girlonthemoon.xyz/springpool/52ad2c31-65bb-a4c7-23c7-bea
10 username = "springpool"
11 password.fetch = ["command", "cat", "~/.vcardpass"]
12 
13+[pair katcal]
14+a = "katcal_local"
15+b = "katcal_remote"
16+collections = ["from a", "from b"]
17+metadata = ["displayname"]
18+
19 [storage katcal_local]
20 type = "filesystem"
21 path = "~/.config/vdirsyncer/calendar"
22 fileext = ".ics"
23 
24 [storage katcal_remote]
25-type = "http"
26+type = "caldav"
27 url = "https://calendar.girlonthemoon.xyz/springpool/9f677c31-9924-4a76-8763-73fd3025acdb/"
28-read_only = "false"
29+username = "springpool"
30+password.fetch = ["command", "cat", "~/.vcardpass"]
31+
32+[pair rockness]
33+a = "rockness_local"
34+b = "rockness_remote"
35+collections = null
36+
37+[storage rockness_local]
38+type = "filesystem"
39+path = "~/.config/vdirsyncer/calendar_rockness"
40+fileext = ".ics"
41+
42+[storage rockness_remote]
43+type = "caldav"
44+url = "https://calendar.girlonthemoon.xyz/springpool/e558f6dc-3080-9e30-7bed-667fefd47182/"
45+username = "springpool"
46+password.fetch = ["command", "cat", "~/.vcardpass"]