[Resolved] mkcal backend
Mobile and Embedded
2
Posts
1
Posters
997
Views
1
Watching
-
i'm writing a qmlcalendar for harmattan, i use mkal backend
@
property OrganizerModel organizer:OrganizerModel{
id: organizer
manager:"qtorganizer:mkcal:id=qml"
startPeriod: currentDate
endPeriod: Month.tomorrow(currentDate);
autoUpdate:true
}
@
when i save a item i have:
@
sqlitestorage.cpp: 2276 - appending incidence "6adc3adf-68f7-4cfe-ab6f-60d1c3979831" for database insert
sqlitestorage.cpp: 2126 - inserting incidence "6adc3adf-68f7-4cfe-ab6f-60d1c3979831" notebook "f1b785aa-996d-4259-b3b6-50a552e6b09a"Number of ITEM = 0
@
and list of the item is emptyWhat's happen?