Skip to content

Commit

Permalink
chore: Revert unrelated changes accidentally included in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Feb 21, 2023
1 parent e301ff8 commit 90700da
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions ietf/templates/meeting/upcoming.ics
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load humanize tz %}{% autoescape off %}{% load ietf_filters textfilters %}BEGIN:VCALENDAR
{% load humanize tz %}{% autoescape off %}{% load ietf_filters %}BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
PRODID:-//IETF//datatracker.ietf.org ical upcoming//EN
Expand All @@ -10,16 +10,14 @@ SUMMARY:{% if item.session.name %}{{item.session.group.acronym|lower}} - {{item.
CLASS:PUBLIC
DTSTART{% ics_date_time item.timeslot.local_start_time item.schedule.meeting.time_zone %}
DTEND{% ics_date_time item.timeslot.local_end_time item.schedule.meeting.time_zone %}
DTSTAMP{% ics_date_time item.timeslot.modified|utc 'utc' %}{% if item.session.agenda %}
URL:{{item.session.agenda.get_href}}{% endif %}
DESCRIPTION:{% if item.timeslot.name %}{{item.timeslot.name|ics_esc}}\n{% endif %}{% if item.session.agenda_note %}
DTSTAMP{% ics_date_time item.timeslot.modified|utc 'utc' %}
{% if item.session.agenda %}URL:{{item.session.agenda.get_href}}
DESCRIPTION:{{item.timeslot.name|ics_esc}}\n{% if item.session.agenda_note %}
Note: {{item.session.agenda_note|ics_esc}}\n{% endif %}{% for material in item.session.materials.all %}
\n{{material.type}}{% if material.type.name != "Agenda" %}
({{material.title|ics_esc}}){% endif %}:
{{material.get_href}}\n{% endfor %}{% if item.timeslot.location.webex_url %}
Webex: {{ item.timeslot.location.webex_url }}\n{% endif %}{% if item.timeslot.location.video_stream_url %}
Meetecho: {{ item.timeslot.location.video_stream_url|format:item.session }}\n{% endif %}
END:VEVENT
{{material.get_href}}\n{% endfor %}
{% endif %}END:VEVENT
{% endfor %}{% for meeting in ietfs %}BEGIN:VEVENT
UID:ietf-{{ meeting.number }}
SUMMARY:IETF {{ meeting.number }}{% if meeting.city %}
Expand Down

0 comments on commit 90700da

Please sign in to comment.