summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/calendars.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/calendars.nix b/lib/calendars.nix
index 250ea7c..265ee20 100644
--- a/lib/calendars.nix
+++ b/lib/calendars.nix
@@ -8,6 +8,7 @@ let
fasting-schedule = "e2ad2353-f91e-76c9-fb0f-2c8722ed9d2a";
ben-shared = "ben";
kate = "0962a74ab76a97543b485d2a583caa271042baab9d64437ae6c3bc8a50df1f08";
+ training = "eb5dfe0a-0e60-b7e5-eb7a-3b980b50b195";
};
getCals = ls: lib.attrsets.attrVals ls calendars;
@@ -46,7 +47,7 @@ in {
primaryCollection = "Unschedule";
remote = common.radicale;
vdirsyncer = common.vdirsyncer // {
- collections = getCals ["unschedule" "ymca-open-swim" "fasting-schedule"];
+ collections = getCals ["unschedule" "ymca-open-swim" "fasting-schedule" "training"];
};
khal = common.khal // {
addresses = ["ben@bensima.com" "ben@bsima.me"];