summaryrefslogtreecommitdiff
path: root/bin/cal-render.sh
blob: ff9c43403a15fbf018634f12a40c2030bbee37cc (plain)
  1. #!/bin/sh
  2. # Depends: ical2html
  3. set -eu
  4. OUTDIR=events
  5. mkdir --parents "$OUTDIR/study"
  6. icalmerge _CALENDARS/study/*.ics "$OUTDIR"/study/study.ics
  7. ical2html --monday --title "RUC HumTek-23 Study" 20240201 P140D "$OUTDIR"/study/study.ics > "$OUTDIR"/study/index.html