Skip to content
Snippets Groups Projects
Unverified Commit 81860df4 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

o noes, a bunch mor variables

parent 703879cd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,7 +11,11 @@ UID:{{ event.uid }}
ORGANIZER;CN="Chaotikum e.V.":MAILTO:{{event.contact}}
LOCATION:Chaotikum
{% capture textSize %}{{ event.short | size }}{% endcapture %}
{% assign rounds = textSize | divided_by: 70 | plus 1 %}
{% assign rounds = textSize | divided_by: 70 %}
{% assign extra = textSize | modulo: 70 %}
{% assign start = 0 %}
{% assign end = 70 %}
{% assign linelength = 70 %}
SUMMARY:{{ rounds }}:{{ event.short }}
CLASS:PUBLIC
DTSTART:{{ event.eventdate | date: "%Y%m%d" }}T{{ event.eventdate | date: "%H%M%S" }}Z
......
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