@@ -13,12 +13,12 @@ ORGANIZER:pythondeadlin.es
1313{%- capture desc -%}<a href="{{conf.link}}">{{ conf.conference }} {{ conf.year }}</a> found on <a href="https://pythondeadlin.es">PythonDeadlin.es</a>.{%- endcapture -%}
1414{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
1515DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
16- DTSTART ;TZID=Etc/GMT{{ tz }} :{{ conf.workshop_deadline | date: "%Y%m%dT%H%M%S" }}
16+ DTSTART ;TZID=/ Etc/GMT{{ tz }} :{{ conf.workshop_deadline | date: "%Y%m%dT%H%M%S" }}
1717{% else %}
1818ORGANIZER :pythondeadlin.es
1919{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
2020DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
21- DTSTART ;TZID={{ conf.timezone | default : "Etc/GMT+12" }}:{{ conf.workshop_deadline | date: "%Y%m%dT%H%M%S" }}
21+ DTSTART ;TZID=/ {{ conf.timezone | default : "Etc/GMT+12" }}:{{ conf.workshop_deadline | date: "%Y%m%dT%H%M%S" }}
2222{% endif %}END:VEVENT
2323{%- endif -%}
2424{% if conf.tutorial_deadline and conf.tutorial_deadline != "TBA" %}
@@ -28,12 +28,12 @@ UID:{{conf.conference | slugify: "latin"}}-{{conf.year}}-tutorial {%- if conf.ti
2828ORGANIZER :pythondeadlin.es
2929{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
3030DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
31- DTSTART ;TZID=Etc/GMT{{ tz }} :{{ conf.tutorial_deadline | date: "%Y%m%dT%H%M%S" }}
31+ DTSTART ;TZID=/ Etc/GMT{{ tz }} :{{ conf.tutorial_deadline | date: "%Y%m%dT%H%M%S" }}
3232{% else %}
3333ORGANIZER :pythondeadlin.es
3434{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
3535DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
36- DTSTART ;TZID={{ conf.timezone | default : "Etc/GMT+12" }}:{{ conf.tutorial_deadline | date: "%Y%m%dT%H%M%S" }}
36+ DTSTART ;TZID=/ {{ conf.timezone | default : "Etc/GMT+12" }}:{{ conf.tutorial_deadline | date: "%Y%m%dT%H%M%S" }}
3737{% endif %}END:VEVENT
3838{%- endif -%}
3939{% if cfp != "TBA" %}
@@ -43,12 +43,12 @@ UID:{{conf.conference | slugify: "latin"}}-{{conf.year}} {%- if conf.timezone co
4343ORGANIZER :pythondeadlin.es
4444{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
4545DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
46- DTSTART ;TZID=Etc/GMT{{ tz }} :{{ cfp | date: "%Y%m%dT%H%M%S" }}
46+ DTSTART ;TZID=/ Etc/GMT{{ tz }} :{{ cfp | date: "%Y%m%dT%H%M%S" }}
4747{% else %}
4848ORGANIZER :pythondeadlin.es
4949{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
5050DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
51- DTSTART ;TZID={{ conf.timezone | default : "Etc/GMT+12" }}:{{ cfp | date: "%Y%m%dT%H%M%S" }}
51+ DTSTART ;TZID=/ {{ conf.timezone | default : "Etc/GMT+12" }}:{{ cfp | date: "%Y%m%dT%H%M%S" }}
5252{% endif %}END:VEVENT
5353{%- endif -%}{% endfor %}
5454END :VCALENDAR
0 commit comments