diff --git a/meetingindex.jinja b/meetingindex.jinja index e1af6591..d9a60abc 100644 --- a/meetingindex.jinja +++ b/meetingindex.jinja @@ -42,6 +42,10 @@ use in your favorite calendaring app:

{{ schedule.utc }} UTC in #{{ schedule.irc }} {% endfor %} +
  • ICS file of meeting, for use in your favorite calendaring app:
  • +
  • Chair (to contact for more information): {{ meeting.chair }}
  • {{ meeting.description|urlize }}
  • {% if meeting.extras.meeting_id %} diff --git a/tox.ini b/tox.ini index 3c5ecca5..d1cd8a7a 100644 --- a/tox.ini +++ b/tox.ini @@ -14,8 +14,9 @@ commands = {posargs} [testenv:ical] commands = - mkdir -p output + mkdir -p output/meetings yaml2ical -n "OpenStack Meetings" \ -d "Meeting schedule for the OpenStack projects" \ -y meetings -o output/irc-meetings.ical \ -t meetingindex.jinja -w output/index.html -f + yaml2ical -y meetings -i output/meetings/ -f