calendars
This commit is contained in:
parent
ed1edba109
commit
fca0b4b434
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ def main():
|
|||
parser.add_argument(
|
||||
"-o",
|
||||
"--output",
|
||||
default="/srv/http/ics",
|
||||
default="/srv/http/calendars",
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue