diff --git a/calendar/ics.go b/calendar/ics.go index 24c943b..17ba368 100644 --- a/calendar/ics.go +++ b/calendar/ics.go @@ -30,7 +30,7 @@ END:STANDARD END:VTIMEZONE*/}}{{with .Events}}{{ if gt (len .) 0 }}{{ range $event := . }} BEGIN:VEVENT DTSTART:{{$event.Start|icstime}} -DTEND:{{($event.End|icstime}} +DTEND:{{$event.End|icstime}} DTSTAMP:{{now|icstime}} UID:{{$event.ID}} CREATED:{{$event.CreatedAt|icstime}}