File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ UID:{{conf.conference | slugify: "latin"}}-{{conf.year}}-workshop
2929ORGANIZER :pythondeadlin.es
3030{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
3131DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
32- DTSTART ;TZID=GMT{{ tz }} : {{ conf.workshop_deadline | date: "%Y%m%dT%H%M%S" }}
32+ DTSTART ;{{ conf.workshop_deadline | date: "%Y%m%dT%H%M%S" }}
3333END :VEVENT
3434{%- endif -%}
3535{% if conf.tutorial_deadline and conf.tutorial_deadline != "TBA" %}
@@ -39,7 +39,7 @@ UID:{{conf.conference | slugify: "latin"}}-{{conf.year}}-tutorial
3939ORGANIZER :pythondeadlin.es
4040{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
4141DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
42- DTSTART ;TZID=GMT{{ tz }} : {{ conf.tutorial_deadline | date: "%Y%m%dT%H%M%S" }}
42+ DTSTART ;{{ conf.tutorial_deadline | date: "%Y%m%dT%H%M%S" }}
4343END :VEVENT
4444{%- endif -%}
4545{% if cfp != "TBA" and cfp != "None" and cfp != "Cancelled" %}
@@ -49,7 +49,7 @@ UID:{{conf.conference | slugify: "latin"}}-{{conf.year}}
4949ORGANIZER :pythondeadlin.es
5050{{ desc | prepend: "DESCRIPTION:" | normalize_whitespace | wrap_lines }}
5151DTSTAMP :{{ site.time | date: "%Y%m%dT%H%M%SZ" }}
52- DTSTART ;TZID=GMT{{ tz }} : {{ cfp | date: "%Y%m%dT%H%M%S" }}
52+ DTSTART ;{{ cfp | date: "%Y%m%dT%H%M%S" }}
5353END :VEVENT
5454{%- endif -%}{% endfor %}
5555END :VCALENDAR
You can’t perform that action at this time.
0 commit comments