Skip to content

Commit

Permalink
Remove :
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed May 24, 2024
1 parent 0741f4e commit bec45d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 4/calendar.ics
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ LOCATION:http://bbb.liquidsoap.info/
SUMMARY:Liquidshop: {{talk.firstname}} {{talk.lastname}} / {{talk.title}}
DESCRIPTION:{{ talk.abstract | strip_newlines }}
CLASS:PUBLIC
DTSTART;TZID=GMT:20240527T{{talk.time}}
DTEND;TZID=GMT-1:20240527T{{talk.time}}
DTSTAMP;TZID=GMT:20240527T{{talk.time}}
DTSTART;TZID=GMT:20240527T{{talk.time | replace: ":",""}}
DTEND;TZID=GMT-1:20240527T{{talk.time | replace: ":",""}}
DTSTAMP;TZID=GMT:20240527T{{talk.time | replace: ":",""}}
SEQUENCE:1
END:VEVENT
{% endfor %}END:VCALENDAR

0 comments on commit bec45d5

Please sign in to comment.