Skip to content

Commit eee884f

Browse files
committed
Merged in [16107] from rjsparks@nostrum.com:
Show the agenda note, if it exits, on a sessions SUMMARY line in the ical view of an agenda. Fixes ietf-tools#2676. - Legacy-Id: 16122 Note: SVN reference [16107] has been migrated to Git commit 69acacc
2 parents 9318ae8 + 69acacc commit eee884f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/agenda.ics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ METHOD:PUBLISH
44
PRODID:-//IETF//datatracker.ietf.org ical agenda//EN
55
{{schedule.meeting.vtimezone}}{% for item in assignments %}{% if item.session.historic_group %}BEGIN:VEVENT
66
UID:ietf-{{schedule.meeting.number}}-{{item.timeslot.pk}}-{{item.session.group.acronym}}
7-
SUMMARY:{% if item.session.name %}{{item.session.name|ics_esc}}{% else %}{% if not item.session.historic_group %}{{item.timeslot.name|ics_esc}}{% else %}{{item.session.historic_group.acronym|lower}} - {{item.session.historic_group.name}}{% endif%}{%endif%}
7+
SUMMARY:{% if item.session.name %}{{item.session.name|ics_esc}}{% else %}{% if not item.session.historic_group %}{{item.timeslot.name|ics_esc}}{% else %}{{item.session.historic_group.acronym|lower}} - {{item.session.historic_group.name}}{% endif%}{%endif%}{% if item.session.agenda_note %} ({{item.session.agenda_note}}){% endif %}
88
{% if item.timeslot.show_location %}LOCATION:{{item.timeslot.get_location}}
99
{% endif %}STATUS:{{item.session.ical_status}}
1010
CLASS:PUBLIC

0 commit comments

Comments
 (0)