diff --git a/events.ics b/events.ics
index 861d33c6562e2b4f1a0511ac38caa9754c22d1b0..39a434d1070ba2caf167a89abc2c421e88b768bd 100644
--- a/events.ics
+++ b/events.ics
@@ -10,7 +10,8 @@ METHOD:PUBLISH
 UID:{{ event.uid }}
 ORGANIZER;CN="Chaotikum e.V.":MAILTO:{{event.contact}}
 LOCATION:Chaotikum{% capture textSize %}{{ event.short | size }}{% endcapture %}{% assign linelength = 60 %}{% assign rounds = textSize | divided_by: linelength %}{% assign extra = textSize | modulo: linelength %}{% assign start = 0 %}
-SUMMARY:{% for i in (1..rounds) %}{{ event.short | slice: start, linelength }}{% assign start = start | plus: linelength %}
+SUMMARY:{{ event.title | xml_escape }}
+DESCRIPTION:{% for i in (1..rounds) %}{{ event.short | slice: start, linelength }}{% assign start = start | plus: linelength %}
     {% endfor%}{{ event.short | slice: start, extra }}
 CLASS:PUBLIC
 DTSTART:{{ event.eventdate | date: "%Y%m%d" }}T{{ event.eventdate | date: "%H%M%S" }}Z