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(
|
parser.add_argument(
|
||||||
"-o",
|
"-o",
|
||||||
"--output",
|
"--output",
|
||||||
default="/srv/http/ics",
|
default="/srv/http/calendars",
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
outputDir = "/srv/http/ical";
|
outputDir = "/srv/http/calendars";
|
||||||
script = pkgs.writeScript "caldav-export.py" ''
|
script = pkgs.writeScript "caldav-export.py" ''
|
||||||
#!${pkgs.python3}/bin/python3
|
#!${pkgs.python3}/bin/python3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue