This bug was fixed in the package qtorganizer5-eds - 0.1.1+14.04.20140131-0ubuntu1
--------------- qtorganizer5-eds (0.1.1+14.04.20140131-0ubuntu1) trusty; urgency=low [ Renato Araujo Oliveira Filho ] * Make sure that allDay property get saved correct. (LP: #1265953) * Fixed todo event parse. (LP: #1272333) -- Ubuntu daily release <[email protected]> Fri, 31 Jan 2014 11:37:04 +0000 ** Changed in: qtorganizer5-eds (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtorganizer5-eds in Ubuntu. https://bugs.launchpad.net/bugs/1265953 Title: allDay field in QOrganizerEvent/ Event QML item is not being saved to EDS Status in Calendar application for Ubuntu devices: Triaged Status in “qtorganizer5-eds” package in Ubuntu: Fix Released Bug description: allDay[1] field in QOrganizerEvent/ Event QML item is not being saved to EDS Following is code from Calendar, which I am using to save event to EDS, var event = Qt.createQmlObject("import QtOrganizer 5.0; Event { }", Qt.application,"NewEvent.qml"); event.startDateTime = startDate; event.endDateTime = endDate; event.displayLabel = titleEdit.text; event.allDay = allDayEventCheckbox.checked; eventModel.saveItem(event); When I retrieve this event from model, the allDay event property is always false. [1] http://doc.qt.digia.com/qtmobility/qml-event.html#allDay-prop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1265953/+subscriptions -- Mailing list: https://launchpad.net/~ubuntu-sdk-bugs Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs More help : https://help.launchpad.net/ListHelp

