Skip to content

Commit 4b467d3

Browse files
committed
Merged in [11079] from kivinen@iki.fi:
Fixed ICS UIDs so they are unique, even if the timeslot is same. Fixes ietf-tools#1522. - Legacy-Id: 11092 Note: SVN reference [11079] has been migrated to Git commit 180624c
2 parents 40bb231 + 180624c commit 4b467d3

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
@@ -3,7 +3,7 @@ VERSION:2.0
33
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
6-
UID:ietf-{{schedule.meeting.number}}-{{item.timeslot.pk}}
6+
UID:ietf-{{schedule.meeting.number}}-{{item.timeslot.pk}}-{{item.session.group.acronym}}
77
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%}
88
{% if item.timeslot.show_location %}LOCATION:{{item.timeslot.get_location}}
99
{% endif %}STATUS:{{item.session.ical_status}}

0 commit comments

Comments
 (0)