Page 1 of 1

how do I show collection elements in calendar view?

Posted: Thu Apr 24, 2014 2:53 pm
by Fee Zocher

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 collection elements in calendar view?

Posted: Thu Apr 24, 2014 3:14 pm
by Kateryna Grynko

Hi Fee,

You can use Datepicker: http://docs.appery.io/documentation/u...


how do I show collection elements in calendar view?

Posted: Fri Apr 25, 2014 7:29 am
by Fee Zocher

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?


how do I show collection elements in calendar view?

Posted: Fri Apr 25, 2014 12:54 pm
by Nikita

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...


how do I show collection elements in calendar view?

Posted: Fri Apr 25, 2014 1:10 pm
by Fee Zocher

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.


how do I show collection elements in calendar view?

Posted: Fri Apr 25, 2014 2:45 pm
by Kateryna Grynko

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.