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 = "" + + +