Set Calendar Name and Description on ical
The latest version of yaml2ical adds support for adding name and description to ical output. This change adds these options to the tox task. This also bumps required version of yaml2ical to >=0.5.0 (which is yet to be released). Change-Id: I6c97ca1deba8ab0437e1e17dcf897ad6b6617835 Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
This commit is contained in:
parent
8f524a0415
commit
c3d5f42cfc
@ -1 +1 @@
|
||||
yaml2ical>=0.4.0
|
||||
yaml2ical>=0.5.0
|
||||
|
4
tox.ini
4
tox.ini
@ -15,5 +15,7 @@ commands = {posargs}
|
||||
[testenv:ical]
|
||||
commands =
|
||||
mkdir -p output
|
||||
yaml2ical -y meetings -o output/irc-meetings.ical \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user