#!/bin/sh
# Depends: ical2html
set -eu
OUTDIR=events
mkdir --parents "$OUTDIR/study"
icalmerge _CALENDARS/study/*.ics "$OUTDIR"/study/study.ics
ical2html --monday --title "RUC HumTek-23 Study" 20240201 P140D "$OUTDIR"/study/study.ics > "$OUTDIR"/study/index.html