Fee Zocher
Posts: 0
Joined: Thu Apr 24, 2014 7:47 am

how do I show collection elements in calendar view?

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

Fee Zocher
Posts: 0
Joined: Thu Apr 24, 2014 7:47 am

how do I show collection elements in calendar view?

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?

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

how do I show collection elements in calendar 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...

Fee Zocher
Posts: 0
Joined: Thu Apr 24, 2014 7:47 am

how do I show collection elements in calendar view?

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

how do I show collection elements in calendar view?

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.

Return to “Issues”