I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?
Hi!
Is this calendar feature finally added to the roadmap?
Thanx!
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi!
Is this calendar feature finally added to the roadmap?
Thanx!
Hi Javier,
We'll find out and get back to you with an update.
Hello,
This is not planned in the nearest future.
Hi
I'm trying to use the jQuery Event Calendar and having problems loading events from my collection into an array that the plugin accesses.
On My page show I have this code.
$("#eventCalendar").jqmCalendar({
events : MyEventsList,
months : ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
days : ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
startOfWeek : 1
});
As you can see 'events' points to 'MyEventsList'.
Where do I define MyEventsList so that I can populate it in a Service Request through a javascript variable call like below :
MyEventsList[g_calmax++].eid = value._id ;
Hi Shawn,
You can not define "MyEventsList" variable after you run this code.
So you should run this code when your data (events) received from your service.
For example in service "success" event.
Regards.
Hi Yurii
In my Calendar page I'm defining MyEventList on Page show as the first
javascript code to run and then execute the query service to read data.
In my query service when I receive each row I'm taking it inside a javascript
variable and I'm trying to populate the MyEventList and get this error.
I'm also getting the same error accessing g_calmax the counter ?
Am I doing something incorrectly ?
Here's the App link
http://appery.io/app/mobile-frame?src...
Very strange ... MyEventsList Array get initialised and populated with dummy data on page show and even shows on the calendar but when I try to access it inside javascript variable (service response) to add more events from the query it doesn't find this Array & thorws an error 'Uncaught ReferenceError: MyEventsList is not defined '
Is this something to do with scoping ?
ok so I have kind of got around this by using a local storage array of objects
Thanks for update! Do you need further help?
@Alex GG
Can you teach me how to incorporate that jQuery Event Calendar? I really need it badly.
Thanks