Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-09-15 Thread Karsten Todtermuschke
Matthias, could you give some hints how you managed to access the calendar within QML? I tried to understand what the jolla-calendar does, but its not that clear which of the qml libraries are needed. By the way I found that the jolla-calendar already includes a page for one of the most import

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-08-30 Thread Karsten Todtermuschke
Matthias, could you give some hints how you managed to access the calendar within QML? I tried to understand what the jolla-calendar does, but its not that clear which of the qml libraries are needed. By the way I found that the jolla-calendar already includes a page for one of the most import

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-28 Thread Matthias Barmeier
Hi, I have successfully gained read access to the calender. After reverse engineering the jolla calendar. Hopefully write access will work too . Ciao Matze Am 27.01.2014 13:18, schrieb Pekka Vuorela: > On Sat, 2014-01-25 at 17:48 +0100, Ove Kåven wrote: >> Den 25. jan. 2014 13:55, skrev Matt

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-27 Thread Ove Kåven
On 01/27/2014 01:18 PM, Pekka Vuorela wrote: Worth noting that the qml plugin is not stable API, and also on the device the calendar database is protected from third party apps. Not really. It has already been established on this list that if you start your app with "invoker" (which I think th

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-27 Thread Pekka Vuorela
On Sat, 2014-01-25 at 17:48 +0100, Ove Kåven wrote: > Den 25. jan. 2014 13:55, skrev Matthias Barmeier: > > Hi, > > > > do you mean that all these packages: > > > > qt5-qtdeclarative-pim-organizer [...] > > are obsolete or am I unable to use them from QML ? > > Like Andrey, I'm convinced they are

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-25 Thread Matthias Barmeier
Hi Ove, you are right. After I tried QtContacts and it worked 99% I were optimistic about QtOrganizer, but it doesn't work. Thanks for your hints! I will check them out and hopefully find something useful. Ciao Matze Am 25.01.2014 17:48, schrieb Ove Kåven: Den 25. jan. 2014 13:55, skre

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-25 Thread Ove Kåven
Den 25. jan. 2014 13:55, skrev Matthias Barmeier: Hi, do you mean that all these packages: qt5-qtdeclarative-pim-organizer qt5-qtdeclarative-pim-organizer-debuginfo qt5-qtpim-organizer qt5-qtpim-organizer-debuginfo qt5-qtpim-organizer-devel qt5-qtpim-versitorganizer qt5-qtpim-versitorgan

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-25 Thread Matthias Barmeier
perfect, I just ad forgotten to install it on the emulator via pkcon. Thanks. Ciao Matze Am 25.01.2014 14:02, schrieb Andrey Kozhevnikov: well, you should try. i dont know if it functioning. but just try. you need to add "qt5-qtdeclarative-pim-organizer" to package depends to be able to i

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-25 Thread Andrey Kozhevnikov
well, you should try. i dont know if it functioning. but just try. you need to add "qt5-qtdeclarative-pim-organizer" to package depends to be able to install it. its not on device by default. On 25.01.2014 18:55, Matthias Barmeier wrote: Hi, do you mean that all these packages: qt5-qtdecla

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-25 Thread Matthias Barmeier
Hi, do you mean that all these packages: qt5-qtdeclarative-pim-organizer qt5-qtdeclarative-pim-organizer-debuginfo qt5-qtpim-organizer qt5-qtpim-organizer-debuginfo qt5-qtpim-organizer-devel qt5-qtpim-versitorganizer qt5-qtpim-versitorganizer-debuginfo qt5-qtpim-versitorganizer-devel a

Re: [SailfishDevel] How can I setup calendar access via QML ?

2014-01-25 Thread Andrey Kozhevnikov
there are no organizer in Sailfish Sailfish using org.nemomobile.calendar module On 25.01.2014 17:57, Matthias Barmeier wrote: Hi, does anybody know how how to setup calendar access from QML ? I have successfully gained access to contacts. I tried the same approach, but it does not work :(.

[SailfishDevel] How can I setup calendar access via QML ?

2014-01-25 Thread Matthias Barmeier
Hi, does anybody know how how to setup calendar access from QML ? I have successfully gained access to contacts. I tried the same approach, but it does not work :(. What I have tried: .pro: CONFIG += QtOrganizer INCLUDEPATH += /usr/include/qt5/QtOrganizer .qml: import QtQuick 2.0 import Sai