fixed config + ics timezone
This commit is contained in:
parent
e91ab5473d
commit
ccdaa9d95d
6 changed files with 50 additions and 55 deletions
|
@ -16,8 +16,8 @@ DESCRIPTION:{{ . }}
|
|||
Link: https://berlin.ccc.de{{ $.RelPermalink }}
|
||||
{{ end }}
|
||||
URL:https://berlin.ccc.de{{ .RelPermalink }}
|
||||
{{ with .Params.dtstart }}DTSTART:{{ . }}{{ end }}
|
||||
{{ with .Params.dtend }}DTEND:{{ . }}{{ end }}
|
||||
{{ with .Params.dtstart }}DTSTART;TZID=Europe/Berlin:{{ . }}{{ end }}
|
||||
{{ with .Params.dtend }}DTEND;TZID=Europe/Berlin:{{ . }}{{ end }}
|
||||
{{ with .Params.rrule }}RRULE:{{ . }}{{ end }}
|
||||
DTSTAMP:{{ now.Format "20060102T150405Z" }}
|
||||
END:VEVENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue