block and add important dates. Also fix a couple of bugs found by running the generated .ics through the icalendar.org validator. - Legacy-Id: 18434
6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
{% load humanize %}{% autoescape off %}{% load ietf_filters %}BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
METHOD:PUBLISH
|
|
PRODID:-//IETF//datatracker.ietf.org ical importantdates//EN
|
|
{% for meeting in meetings %}{% include "meeting/important_dates_for_meeting.ics" %}{% endfor %}END:VCALENDAR{% endautoescape %}
|