summaryrefslogtreecommitdiff
path: root/bin/cal-render.sh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-03-19 13:19:16 +0100
committerJonas Smedegaard <dr@jones.dk>2024-03-19 13:20:58 +0100
commit5558109b0bfe1be61b51adb7acf59f084eca66c1 (patch)
tree642a9d0e9948913bcc40967f6db7af740228ae11 /bin/cal-render.sh
parent434e63d14999f50552d4be2d5e629c47dc4fb3dd (diff)
drop moodle calendar (contains no events since 1st semester)
Diffstat (limited to 'bin/cal-render.sh')
-rwxr-xr-xbin/cal-render.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/cal-render.sh b/bin/cal-render.sh
index 9203f7e..ff9c434 100755
--- a/bin/cal-render.sh
+++ b/bin/cal-render.sh
@@ -6,10 +6,6 @@ set -eu
OUTDIR=events
-mkdir --parents "$OUTDIR/study" "$OUTDIR/moodle"
-
+mkdir --parents "$OUTDIR/study"
icalmerge _CALENDARS/study/*.ics "$OUTDIR"/study/study.ics
-icalmerge _CALENDARS/moodle/*.ics "$OUTDIR"/moodle/moodle.ics
-
ical2html --monday --title "RUC HumTek-23 Study" 20240201 P140D "$OUTDIR"/study/study.ics > "$OUTDIR"/study/index.html
-ical2html --monday --title "RUC HumTek-23 Moodle" 20240201 P140D "$OUTDIR"/moodle/moodle.ics > "$OUTDIR"/moodle/index.html