diff --git a/events.ics b/events.ics index 3153697263fe5be2ace95e9571f9abc6d85cf0a3..51f987dfc2629f6fafd3479519ab342fb81d3210 100644 --- a/events.ics +++ b/events.ics @@ -6,7 +6,7 @@ BEGIN:VCALENDAR VERSION:2.0 PRODID:http://www.example.com/ METHOD:PUBLISH -{% for event in site.events limit:10 %}BEGIN:VEVENT +{% for event in site.events %}BEGIN:VEVENT 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 %}