caldav: added school

This commit is contained in:
kenji
2025-11-26 00:01:25 -06:00
parent 2a40d5a052
commit 2b50b4ec5c
2 changed files with 23 additions and 2 deletions
+21
View File
@@ -24,3 +24,24 @@ type = "caldav"
url = "https://drive.sakamoto.dev/remote.php/dav"
username = "admin"
password.fetch = ["shell", "cat ~/Dotfiles/.secrets/vdirsyncer_secret"]
# External
[pair school]
a = "school_local"
b = "school_remote"
collections = null
# collections = ["from a", "from b"]
[storage school_local]
type = "filesystem"
path = "~/.calendars/school"
fileext = ".ics"
[storage school_remote]
type = "http"
url.fetch = ["shell", "cat ~/Dotfiles/.secrets/school_ics"]
# username = ""
# password = ""