This commit is contained in:
Set Hallstrom 2019-06-25 18:29:55 +02:00
parent 93e45a3ccb
commit e61bdad166

View file

@ -3,23 +3,7 @@
BEGIN:VCALENDAR BEGIN:VCALENDAR
PRODID:{{ site.url }} PRODID:{{ site.url }}
VERSION:2.0 VERSION:2.0
BEGIN:VTIMEZONE {% for event in site.events %}
TZID:Europe/Stockholm
BEGIN:DAYLIGHT
TZOFFSETFROM:+0000
TZOFFSETTO:+0100
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0100
TZOFFSETTO:+0000
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE{% for event in site.events %}
BEGIN:VEVENT BEGIN:VEVENT
CREATED:{{ event.date | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }} CREATED:{{ event.date | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }}
LAST-MODIFIED:{{ site.time | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }} LAST-MODIFIED:{{ site.time | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }}