1
0
Fork 0

Improve calendar script

This commit is contained in:
Malte Brandy 2022-03-12 23:22:05 +01:00
parent 62c25c8030
commit 98760d5ef9

View file

@ -7,15 +7,17 @@
}
"plans";
planning = pkgs.writeShellScriptBin "planning" ''
vdirsyncer nextcloud_calendar/planung
set -e
vdirsyncer sync nextcloud_calendar/planung
create-plans
vdirsyncer nextcloud_calendar/planung
vdirsyncer sync nextcloud_calendar/planung
kassandra2
'';
ui = pkgs.writeShellScriptBin "calendar" ''
vdirsyncer nextcloud_calendar/planung
set -e
vdirsyncer sync nextcloud_calendar/planung
create-plans
vdirsyncer nextcloud_calendar/planung
vdirsyncer sync nextcloud_calendar/planung
ikhal -d Serien
'';
createPlans = pkgs.writeHaskellScript