Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1917

OrganizerModel cannot save OrganizerItems(Event) in Symbian Device

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • 1.1.3, 1.2.0
    • Organizer
    • None
    • Qt SDK 1.1.2
      Qt 4.7.3 / Qt Mobility 1.1.3
      Device: E7/N8

      Also tested with :
      Qt SDK 1.1.3
      Qt 4.7.4 / Qt Mobility 1.2
      Device: Nokia 701 (Belle)

      Problems reproducilble in all scenarios

    Description

      When trying to save an Event in Symbian Device the model is not updated.

      Code to reproduce:
      OrganizerModel

      { id: organizerModel manager: "symbian" // works fine when using simulator or memory as manager startPeriod:'2009-01-01' endPeriod:'2011-12-31' autoUpdate: true }

      Event

      { id:newEvent1 displayLabel: "NewEvent1" allDay: true description: "This is a new created event 1" startDateTime: new Date(2011, 10, 26) endDateTime: new Date(2011, 10, 27) }

      Then try to save with:
      organizerModel.saveItem(newEvent1);
      organizerModel.update();

      This works perfectly when using "Simulator" or "Memory" as manager.

      Attachments

        Activity

          People

            satu.m.makela satu makela
            phalder Prashanta Halder
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: