Public bug reported:

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

** Affects: qtorganizer5-eds (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265953

Title:
  allDay field in QOrganizerEvent/ Event QML item is not being saved to
  EDS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1265953/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to