summaryrefslogtreecommitdiff
path: root/bin/cal-publish.sh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-03-08 07:57:51 +0100
committerJonas Smedegaard <dr@jones.dk>2024-03-08 07:57:51 +0100
commit0c7c5eb7b3f9db64eef76f1cc36e258280af7ebc (patch)
tree696c13d9b7133d0cf9000cdfd60f198d69b52299 /bin/cal-publish.sh
parentdf2453fd488fd2ef27a3bd7e0d8e7751c2afcf0b (diff)
add location to event web output
Diffstat (limited to 'bin/cal-publish.sh')
-rwxr-xr-xbin/cal-publish.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/cal-publish.sh b/bin/cal-publish.sh
index bed9be3..a567ee8 100755
--- a/bin/cal-publish.sh
+++ b/bin/cal-publish.sh
@@ -15,7 +15,7 @@ icalmerge ~/.calendars/_ruc_thoughtroam-code/*.ics "$OUTDIR"/code/code.ics
#icalmerge ~/.calendars/_ruc_thoughtroam-use/*.ics "$OUTDIR"/use/use.ics
icalmerge ~/.calendars/_ruc_thoughtroam/*.ics "$OUTDIR"/superteam/superteam.ics
-ical2html --timezone=Europe/Copenhagen --monday --title "RUC HumTek-23 Thoughtroam kode" "$STARTDATE" P40D "$OUTDIR"/learn/learn.ics > "$OUTDIR"/learn/index.html
-ical2html --timezone=Europe/Copenhagen --monday --title "RUC HumTek-23 Thoughtroam læring" "$STARTDATE" P40D "$OUTDIR"/code/code.ics > "$OUTDIR"/code/index.html
-#ical2html --timezone=Europe/Copenhagen --monday --title "RUC HumTek-23 Thoughtroam brug" "$STARTDATE" P40D "$OUTDIR"/use/use.ics > "$OUTDIR"/use/index.html
-ical2html --timezone=Europe/Copenhagen --monday --title "RUC HumTek-23 Thoughtroam fælles" "$STARTDATE" P40D "$OUTDIR"/superteam/superteam.ics > "$OUTDIR"/superteam/index.html
+ical2html --timezone=Europe/Copenhagen --monday --location --title "RUC HumTek-23 Thoughtroam kode" "$STARTDATE" P40D "$OUTDIR"/learn/learn.ics > "$OUTDIR"/learn/index.html
+ical2html --timezone=Europe/Copenhagen --monday --location --title "RUC HumTek-23 Thoughtroam læring" "$STARTDATE" P40D "$OUTDIR"/code/code.ics > "$OUTDIR"/code/index.html
+#ical2html --timezone=Europe/Copenhagen --monday --location --title "RUC HumTek-23 Thoughtroam brug" "$STARTDATE" P40D "$OUTDIR"/use/use.ics > "$OUTDIR"/use/index.html
+ical2html --timezone=Europe/Copenhagen --monday --location --title "RUC HumTek-23 Thoughtroam fælles" "$STARTDATE" P40D "$OUTDIR"/superteam/superteam.ics > "$OUTDIR"/superteam/index.html