Skip to content

Commit

Permalink
Fix timezone ICS
Browse files Browse the repository at this point in the history
  • Loading branch information
ebousse committed Nov 13, 2023
1 parent 596a117 commit ae14f53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions naomod_weekly_seminars.ics
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ LOCATION: See room reservation calendar.
SUMMARY:{{ post.title }}
DESCRIPTION:Speaker: {{ post.speaker }}.\n\n{{ post.content | normalize_whitespace | strip }}
CLASS:PUBLIC
DTSTART:{{ post.date | date: "%Y%m%d" }}T{{post.start}}00Z
DTEND:{{ post.date | date: "%Y%m%d" }}T{{post.end}}00Z
DTSTAMP:{{ site.time | date: "%Y%m%dT%H%M%S" }}Z
LAST-MODIFIED:{{ site.time | date: "%Y%m%dT%H%M%S" }}Z
DTSTART;TZID=Europe/Paris:{{ post.date | date: "%Y%m%d" }}T{{post.start}}00
DTEND;TZID=Europe/Paris:{{ post.date | date: "%Y%m%d" }}T{{post.end}}00
DTSTAMP;TZID=Europe/Paris:{{ site.time | date: "%Y%m%dT%H%M%S" }}
LAST-MODIFIED;TZID=Europe/Paris:{{ site.time | date: "%Y%m%dT%H%M%S" }}

END:VEVENT
{% endfor %} {% endif %}
Expand Down

0 comments on commit ae14f53

Please sign in to comment.