For some events ("whole day"-events?), the duration is shown as "0 milliseconds" in the maintenance view. Few user might be interested in millisecond events, especially when its 0. Seen in version 4:4.5~20100910.1175286-1maemo5.1174786 .
Confirmed that it happens for "Whole day" events, persists in 4:4.5~20100927.1180086-1maemo1.1179477 .
SVN commit 1183390 by bbroeksema: Fix duration formatting in the listview of the calendar app. Take in account that an Incidence can be a todo as well. (No support for the other incidence types yet, though). BUG: 251316 M +1 -1 EventListView.qml M +28 -7 eventlistproxy.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1183390
SVN commit 1183454 by bbroeksema: Use the durationString method from KCalUtils::IncidenceFormatter CCBUG: 251316 CCMAIL: winter@kde.org M +5 -26 eventlistproxy.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1183454
Confirming fix, version 4:4.5~20101008.1183623-1maemo1.1182955 .