|
|
@ -58,7 +58,8 @@ for event in list(cal.events): |
|
|
|
'name':event.name, |
|
|
|
'created':event.created.format(), |
|
|
|
'description': event.description, |
|
|
|
'begin': ' '.join(localized_begins), #non-breaking space characters to defeat markdown |
|
|
|
'localized_begin': ' '.join(localized_begins), #non-breaking space characters to defeat markdown |
|
|
|
'begin': event.begin.format(), |
|
|
|
'end': event.end.format(), |
|
|
|
'duration': date.compress(event.duration), |
|
|
|
'location': event.location |
|
|
|