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
| 2 | No.2 Revision |
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
| 3 | No.3 Revision |
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.