There was an error while loading. Please reload this page.
1 parent ce3368d commit 1eb1e0cCopy full SHA for 1eb1e0c
1 file changed
ietf/templates/meeting/agenda.ics
@@ -1,4 +1,4 @@
1
-{% load humanize %}{% autoescape off %}{% load ietf_filters %}BEGIN:VCALENDAR
+{% load humanize %}{% autoescape off %}{% load ietf_filters %}{% load cache %}{% cache 1800 ietf_meeting_agenda_ics schedule.meeting.number request.path %}BEGIN:VCALENDAR
2
VERSION:2.0
3
METHOD:PUBLISH
4
PRODID:-//IETF//datatracker.ietf.org ical agenda//EN
@@ -18,4 +18,4 @@ DESCRIPTION:{{item.timeslot.name|ics_esc}}\n{% if item.session.agenda_note %}
18
({{material.title|ics_esc}}){% endif %}:
19
{{material.gref}}\n{% endfor %}
20
{% endif %}END:VEVENT
21
-{% endif %}{% endfor %}END:VCALENDAR{% endautoescape %}
+{% endif %}{% endfor %}END:VCALENDAR{% endcache %}{% endautoescape %}
0 commit comments