From 4f0750cf904e63b4a390704734047d2b56d75a62 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 16 Jun 2022 20:02:20 +0200 Subject: feat(users/Profpatsch/sync-abfall-ics-aichach-friedberg): init A small script that fetches calendar files for our local trash provider. First step towards integrating ics files into my calendar setup. Change-Id: I0e8915a00c19349104cb6256e9dc87c17620fcae Reviewed-on: https://cl.tvl.fyi/c/depot/+/5883 Tested-by: BuildkiteCI Reviewed-by: Profpatsch Autosubmit: Profpatsch --- .../sync-abfall-ics-aichach-friedberg/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 users/Profpatsch/sync-abfall-ics-aichach-friedberg/default.nix (limited to 'users/Profpatsch/sync-abfall-ics-aichach-friedberg/default.nix') diff --git a/users/Profpatsch/sync-abfall-ics-aichach-friedberg/default.nix b/users/Profpatsch/sync-abfall-ics-aichach-friedberg/default.nix new file mode 100644 index 0000000000..9c25972783 --- /dev/null +++ b/users/Profpatsch/sync-abfall-ics-aichach-friedberg/default.nix @@ -0,0 +1,14 @@ +{ depot, pkgs, ... }: + +let + sync-to-dir = depot.users.Profpatsch.writers.python3 + { + name = "sync-ics-to-dir"; + libraries = (py: [ + py.httpx + py.icalendar + ]); + } ./sync-ics-to-dir.py; + +in +sync-to-dir -- cgit 1.4.1