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 <mail@profpatsch.de> Autosubmit: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
544d72189c
commit
4f0750cf90
3 changed files with 161 additions and 4 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue