From 2b50b4ec5c428aa029912caeacaf1a676786dc72 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 26 Nov 2025 00:01:25 -0600 Subject: [PATCH] caldav: added school --- caldav/.config/khal/config | 4 ++-- caldav/.config/vdirsyncer/config | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/caldav/.config/khal/config b/caldav/.config/khal/config index 2d50ef3..172a756 100644 --- a/caldav/.config/khal/config +++ b/caldav/.config/khal/config @@ -24,8 +24,8 @@ path = ~/.calendars/E93F5723-B305-4FAD-8EAD-49DAEE1EAB63 type = calendar color = light magenta -[[mcmurry]] -path = ~/.calendars/mcmurry +[[school]] +path = ~/.calendars/school type = calendar color = brown diff --git a/caldav/.config/vdirsyncer/config b/caldav/.config/vdirsyncer/config index 5327a07..edb16aa 100644 --- a/caldav/.config/vdirsyncer/config +++ b/caldav/.config/vdirsyncer/config @@ -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 = "" + + +