add day attribute
This commit is contained in:
parent
62e5f53e88
commit
095ddda2eb
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ def events(scheduleUrl, titlemap={}):
|
||||||
|
|
||||||
# yield a tupel with the event-id, event-title and person-names
|
# yield a tupel with the event-id, event-title and person-names
|
||||||
yield {
|
yield {
|
||||||
|
'day': day.attrib['index'],
|
||||||
'id': id,
|
'id': id,
|
||||||
'title': title,
|
'title': title,
|
||||||
'subtitle': subtitle,
|
'subtitle': subtitle,
|
||||||
|
|
Loading…
Add table
Reference in a new issue