diff --git a/events.ics b/events.ics
index b402e82762624e04a69f168be2b8dea5fea36098..dded6579f915c8bf202b2a0d7192f83441abaa12 100644
--- a/events.ics
+++ b/events.ics
@@ -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