update
parent
a2b38d76fa
commit
1766bdad8a
|
@ -17,7 +17,7 @@ CALSCALE:GREGORIAN
|
||||||
METHOD:PUBLISH
|
METHOD:PUBLISH
|
||||||
X-WR-CALNAME:{{.Name}}
|
X-WR-CALNAME:{{.Name}}
|
||||||
X-WR-TIMEZONE:Asia/Taipei
|
X-WR-TIMEZONE:Asia/Taipei
|
||||||
X-WR-CALDESC:{{.Name}}
|
X-WR-CALDESC:{{.Name}}{{/*
|
||||||
BEGIN:VTIMEZONE
|
BEGIN:VTIMEZONE
|
||||||
TZID:{{.Timezone}}
|
TZID:{{.Timezone}}
|
||||||
X-LIC-LOCATION:{{.Timezone}}
|
X-LIC-LOCATION:{{.Timezone}}
|
||||||
|
@ -27,7 +27,7 @@ TZOFFSETTO:+0800
|
||||||
TZNAME:CST
|
TZNAME:CST
|
||||||
DTSTART:19700101T000000
|
DTSTART:19700101T000000
|
||||||
END:STANDARD
|
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:{{$event.End|icstime}}
|
DTEND:{{$event.End|icstime}}
|
||||||
|
|
Loading…
Reference in New Issue