diff options
author | Ben Sima <ben@bensima.com> | 2025-04-22 09:13:19 -0400 |
---|---|---|
committer | Ben Sima <ben@bensima.com> | 2025-04-22 09:13:19 -0400 |
commit | 5a2477e53572e3e3d7b69f98d0b6bbbea99a81e2 (patch) | |
tree | 88b5b74771a553cc5764a6f83333c2c43847e44c /lib | |
parent | 98bee4bb031d6a0802ffe5a33119bc2316e6cb05 (diff) |
add new calendars
Diffstat (limited to 'lib')
-rw-r--r-- | lib/calendars.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/calendars.nix b/lib/calendars.nix index 9e96462..71ce616 100644 --- a/lib/calendars.nix +++ b/lib/calendars.nix @@ -30,8 +30,10 @@ in { vdirsyncer = { inherit (common.vdirsyncer) metadata timeRange enable auth conflictResolution; collections = [ - "3e40534f-bfb9-b973-f615-f958a6361e95" - "066441A6-B48F-439B-9BD0-5D0FA8F4CB6F" + "3e40534f-bfb9-b973-f615-f958a6361e95" # private + "066441A6-B48F-439B-9BD0-5D0FA8F4CB6F" # ymca open swim + "8fd24d42-2294-9bc3-cece-3922c7cd4d09" # cal.com scheduling + "e2ad2353-f91e-76c9-fb0f-2c8722ed9d2a" # fasting schedule ]; }; khal = { |