how do I show a list of calendar events in my app? which component fits most? the events are stored in a collection, the screen output shall show the event element in a calendar
how do I show a list of calendar events in my app? which component fits most? the events are stored in a collection, the screen output shall show the event element in a calendar
Hi Fee,
You can use Datepicker: http://docs.appery.io/documentation/u...
Hi Katya,
I am using datepicker to enter a date. Can I also use / modify the datepicker component to display a certain string, that has been retrieved out of a collection via restservice, in the day elements of the calendar month view?
Hi Fee,
If you just want to show result of your rest service on the screen you can map them either list, grid and things.
http://docs.appery.io/tutorials/build...
Hi Nikita,
yes, I know. I wanted to place the result of the restservice in a calendar type object. The rest service retrieves a list of special dates. these dates shall be seen in the calendar.
Hi Fee,
We don't have "calendar object". For date picker we use JQM datepicker widget (http://demos.jquerymobile.com/1.4.0/d...) which use jQuery UI datepicker (http://jqueryui.com/datepicker/). If they allow to change calendar you will be able to do this. If not - you can look for JS libraries with such functions.