calendars

This commit is contained in:
XenGi 2026-07-14 19:36:08 +02:00
commit fca0b4b434
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ def main():
parser.add_argument(
"-o",
"--output",
default="/srv/http/ics",
default="/srv/http/calendars",
)
args = parser.parse_args()

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
outputDir = "/srv/http/ical";
outputDir = "/srv/http/calendars";
script = pkgs.writeScript "caldav-export.py" ''
#!${pkgs.python3}/bin/python3