diff --git a/layouts/datengarten/section.ics b/layouts/datengarten/section.ics index 1c9da72..629a5e8 100644 --- a/layouts/datengarten/section.ics +++ b/layouts/datengarten/section.ics @@ -34,6 +34,7 @@ EXDATE;TZID=Europe/Berlin:{{dateFormat "20060102T150405" .Params.event.start}} {{end -}} LOCATION:{{with .Params.location}}{{.}}{{else}}CCCB{{end}} URL:{{.Permalink}} +DESCRIPTION:{{.Permalink}} END:VEVENT {{range .Pages -}} BEGIN:VEVENT @@ -47,6 +48,7 @@ DTSTART;TZID=Europe/Berlin:{{dateFormat "20060102T150405" .Params.event.start}} DTEND;TZID=Europe/Berlin:{{dateFormat "20060102T150405" .Params.event.end}} LOCATION:{{with .Params.location}}{{.}}{{else}}CCCB{{end}} URL:{{.Permalink}} +DESCRIPTION:{{.Permalink}} END:VEVENT {{end -}} END:VCALENDAR diff --git a/layouts/page/single.ics b/layouts/page/single.ics index 086495d..3e6f593 100644 --- a/layouts/page/single.ics +++ b/layouts/page/single.ics @@ -36,6 +36,7 @@ EXDATE;TZID=Europe/Berlin:{{dateFormat "20060102T150405" . }} {{end -}} LOCATION:{{with .Params.location}}{{.}}{{else}}CCCB{{end}} URL:{{.Permalink}} +DESCRIPTION:{{.Permalink}} END:VEVENT END:VCALENDAR {{end -}}