Skip to content

Commit 1eb1e0c

Browse files
committed
Added 30 minutes caching to agenda.ics
- Legacy-Id: 16624
1 parent ce3368d commit 1eb1e0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/agenda.ics

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load humanize %}{% autoescape off %}{% load ietf_filters %}BEGIN:VCALENDAR
1+
{% load humanize %}{% autoescape off %}{% load ietf_filters %}{% load cache %}{% cache 1800 ietf_meeting_agenda_ics schedule.meeting.number request.path %}BEGIN:VCALENDAR
22
VERSION:2.0
33
METHOD:PUBLISH
44
PRODID:-//IETF//datatracker.ietf.org ical agenda//EN
@@ -18,4 +18,4 @@ DESCRIPTION:{{item.timeslot.name|ics_esc}}\n{% if item.session.agenda_note %}
1818
({{material.title|ics_esc}}){% endif %}:
1919
{{material.gref}}\n{% endfor %}
2020
{% endif %}END:VEVENT
21-
{% endif %}{% endfor %}END:VCALENDAR{% endautoescape %}
21+
{% endif %}{% endfor %}END:VCALENDAR{% endcache %}{% endautoescape %}

0 commit comments

Comments
 (0)