update
parent
56caaf5da8
commit
35c39c5676
|
@ -30,7 +30,7 @@ END:STANDARD
|
||||||
END:VTIMEZONE*/}}{{with .Events}}{{ if gt (len .) 0 }}{{ range $event := . }}
|
END:VTIMEZONE*/}}{{with .Events}}{{ if gt (len .) 0 }}{{ range $event := . }}
|
||||||
BEGIN:VEVENT
|
BEGIN:VEVENT
|
||||||
DTSTART:{{$event.Start|icstime}}
|
DTSTART:{{$event.Start|icstime}}
|
||||||
DTEND:{{(tadd $event.End 5)|icstime}}
|
DTEND:{{($event.End|icstime}}
|
||||||
DTSTAMP:{{now|icstime}}
|
DTSTAMP:{{now|icstime}}
|
||||||
UID:{{$event.ID}}
|
UID:{{$event.ID}}
|
||||||
CREATED:{{$event.CreatedAt|icstime}}
|
CREATED:{{$event.CreatedAt|icstime}}
|
||||||
|
|
Loading…
Reference in New Issue