From 63b8c7ff1e4c7cf34e036c765fb421c2765d21af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 18 Apr 2023 22:46:37 +0200 Subject: [PATCH] feat(khal): add krebs kalender --- configs/khal.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/configs/khal.nix b/configs/khal.nix index 3ddefb1..f84896b 100644 --- a/configs/khal.nix +++ b/configs/khal.nix @@ -112,6 +112,10 @@ in { path = ${davHome}/calendar/personal color = "light cyan" + [[krebs]] + path = ${davHome}/calendar/krebs + color = "light red" + [[uni]] path = ${davHome}/calendar/uni-1 color = "yellow" @@ -162,6 +166,12 @@ in { collections = ["personal", "alew", "uni-1"] conflict_resolution = "b wins" + [pair krebs] + a = "kalender_local" + b = "krebs_cloud" + collections = ["3edef929-d509-7944-2440-000a54f2d054"] + conflict_resolution = "b wins" + [pair fysi] a = "kalender_local" b = "fysi_cloud" @@ -190,6 +200,12 @@ in { username = "${kmeinCloud.username}" password.fetch = ["command", "cat", "${kmeinCloud.passwordFile}"] + [storage krebs_cloud] + type = "caldav" + url = "http://calendar.r/krebs/" + username = "krebs" + password = "krebs" + [storage fysi_cloud] type = "caldav" url = "${fysiCloud.davEndpoint}/calendars/${fysiCloud.username}/"