We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2018-03-30 21:45:40 +0200

import org.nemomobile.calendar fails

Hi,

I would like to create an entry in my calendar through my app. I found this example online, which I believe is the right way to do it. But import statement already fails. I installed the nemo-qml-plugin-calendar-qt5 package but I get an error that the plugin could not be found. Under the search URL I found a folder with a calendar/qmldir file inside.

I am guessing that I am missing something. How can I use calendar API from inside QML?

Thanks

import org.nemomobile.calendar fails

Hi,

I would like to create an entry in my calendar through my app. I found this example example online, which I believe is the right way to do it. But import statement already fails. I installed the nemo-qml-plugin-calendar-qt5 package but I get an error that the plugin could not be found. Under the search URL I found a folder with a calendar/qmldir file inside.

I am guessing that I am missing something. How can I use calendar API from inside QML?

Thanks

import org.nemomobile.calendar fails

Hi,

I would like to create an entry in my calendar through my app. I found this example online, which I believe is the right way to do it. But import statement already fails. I installed the nemo-qml-plugin-calendar-qt5 package but I get an error that the plugin could not be found. Under the search URL I found a folder with a calendar/qmldir file inside.

I am guessing that I am missing something. How can I use calendar API from inside QML?

Thanks[update]

The author of the example was so kind to expand the readme file and explain a bit more in detail how it has to be used. The missing plugin.qmltypes can be found here.

To work on the emulator you need some kind of example calendar. I have not figured out how to get that working.