Skip to content
Snippets Groups Projects
Commit f7f97d1e authored by Malte Schmitz's avatar Malte Schmitz
Browse files

Improve iCal header for the other files, too

parent ddc7a123
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -4,6 +4,9 @@ type: text/calendar ...@@ -4,6 +4,9 @@ type: text/calendar
--- ---
BEGIN:VCALENDAR BEGIN:VCALENDAR
VERSION:2.0 VERSION:2.0
X-WR-CALNAME:Chaotikum
X-WR-CALDESC:Termine des Chaotikum e.V.
CALSCALE:GREGORIAN
PRODID:http://www.example.com/ PRODID:http://www.example.com/
METHOD:PUBLISH METHOD:PUBLISH
BEGIN:VEVENT BEGIN:VEVENT
......
...@@ -4,27 +4,11 @@ type: text/calendar ...@@ -4,27 +4,11 @@ type: text/calendar
--- ---
BEGIN:VCALENDAR BEGIN:VCALENDAR
VERSION:2.0 VERSION:2.0
X-WR-CALNAME:Chaotikum
X-WR-CALDESC:Termine des Chaotikum e.V.
CALSCALE:GREGORIAN CALSCALE:GREGORIAN
PRODID:https://chaotikum.org/ PRODID:https://chaotikum.org/
METHOD:PUBLISH METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:Europe/Berlin
X-LIC-LOCATION:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0100
DTSTART:19701025T030000
TZNAME:CET
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
{% for event in site.events %}{% if event.locations contains 'Augenprüfraum' %}BEGIN:VEVENT {% for event in site.events %}{% if event.locations contains 'Augenprüfraum' %}BEGIN:VEVENT
UID:{{ event.uid }} UID:{{ event.uid }}
ORGANIZER;CN={% if event.organizer and event.organizer != "" and event.organizer != nil %}{{event.organizer}}{% else %}Chaotikum e.V.{% endif %}:MAILTO:{{event.contact}} ORGANIZER;CN={% if event.organizer and event.organizer != "" and event.organizer != nil %}{{event.organizer}}{% else %}Chaotikum e.V.{% endif %}:MAILTO:{{event.contact}}
......
...@@ -4,27 +4,11 @@ type: text/calendar ...@@ -4,27 +4,11 @@ type: text/calendar
--- ---
BEGIN:VCALENDAR BEGIN:VCALENDAR
VERSION:2.0 VERSION:2.0
X-WR-CALNAME:Chaotikum
X-WR-CALDESC:Termine des Chaotikum e.V.
CALSCALE:GREGORIAN CALSCALE:GREGORIAN
PRODID:https://chaotikum.org/ PRODID:https://chaotikum.org/
METHOD:PUBLISH METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:Europe/Berlin
X-LIC-LOCATION:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0100
DTSTART:19701025T030000
TZNAME:CET
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
{% for event in site.events %}{% if event.locations contains 'Lager' %}BEGIN:VEVENT {% for event in site.events %}{% if event.locations contains 'Lager' %}BEGIN:VEVENT
UID:{{ event.uid }} UID:{{ event.uid }}
ORGANIZER;CN={% if event.organizer and event.organizer != "" and event.organizer != nil %}{{event.organizer}}{% else %}Chaotikum e.V.{% endif %}:MAILTO:{{event.contact}} ORGANIZER;CN={% if event.organizer and event.organizer != "" and event.organizer != nil %}{{event.organizer}}{% else %}Chaotikum e.V.{% endif %}:MAILTO:{{event.contact}}
......
...@@ -4,27 +4,11 @@ type: text/calendar ...@@ -4,27 +4,11 @@ type: text/calendar
--- ---
BEGIN:VCALENDAR BEGIN:VCALENDAR
VERSION:2.0 VERSION:2.0
X-WR-CALNAME:Chaotikum
X-WR-CALDESC:Termine des Chaotikum e.V.
CALSCALE:GREGORIAN CALSCALE:GREGORIAN
PRODID:https://chaotikum.org/ PRODID:https://chaotikum.org/
METHOD:PUBLISH METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:Europe/Berlin
X-LIC-LOCATION:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0100
DTSTART:19701025T030000
TZNAME:CET
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
{% for event in site.events %}{% if event.locations contains 'Wartezimmer' %}BEGIN:VEVENT {% for event in site.events %}{% if event.locations contains 'Wartezimmer' %}BEGIN:VEVENT
UID:{{ event.uid }} UID:{{ event.uid }}
ORGANIZER;CN={% if event.organizer and event.organizer != "" and event.organizer != nil %}{{event.organizer}}{% else %}Chaotikum e.V.{% endif %}:MAILTO:{{event.contact}} ORGANIZER;CN={% if event.organizer and event.organizer != "" and event.organizer != nil %}{{event.organizer}}{% else %}Chaotikum e.V.{% endif %}:MAILTO:{{event.contact}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment