MobileAppGuy
Posts: 0
Joined: Wed May 18, 2016 8:53 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

@Alex GG I checked the browser console and found no errors. My calendar still looks like the above screenshot I sent 4 months ago. I moved on to other projects and not I am back on this one. Also, the styling is missing on my calendar. I followed the step @Alex GG provided. I am sure there are a few more steps that I am missing. Any help would be greatly appreciated!

Thanks

MobileAppGuy
Posts: 0
Joined: Wed May 18, 2016 8:53 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

I have been working on other projects but I am back on this one. I checked the browser console and there were no errors. Also, the styling is missing. I followed the steps given above but there seems to be a few missing or I am overlooking something. Any help will be greatly appreciated.

Thanks,

MobileAppGuy
Posts: 0
Joined: Wed May 18, 2016 8:53 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Ok, I got the styling issue resolved. I just need to figure out the "error getting json" issue.

MobileAppGuy
Posts: 0
Joined: Wed May 18, 2016 8:53 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Using the JQuery Event Calendar, how would I tie in a collection list of events? Looking at the JavaScript, I see the following :
eventsjson: 'js/events.json',

I am guessing that would work for a web app, but how would I get my event collection list to display?

Thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Hello,

You can save the response from your service on it's success event to the Storage variable: https://docs.appery.io/docs/appbuilde...

And use that variable in the JS code eventsjson
use:
preeventsjson: Apperyio.storage.myVariable.get();/pre
instead of:
preeventsjson: 'js/events.json'/pre

MobileAppGuy
Posts: 0
Joined: Wed May 18, 2016 8:53 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Thanks Sergiy. I changed it in the script but I am still getting the same error.
Image
I changed the line of code on the jquery.eventCalendar.js file. Here is a section of the code where the evetnsjson call is used. I commented out what you recommended and put back what was originally there so you could see it.
Image
Should I comment out the parameters or change them to fit my collection?

Thanks!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

It is better to set calendar options to the custom function, instead of changing a library file: http://www.vissit.com/projects/eventC...

There is Apperyio object might be undefined, so you get this error.

MobileAppGuy
Posts: 0
Joined: Wed May 18, 2016 8:53 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

So are you saying i should leave the options as they are? Also, you mentioned that there is an Appery.io object that may be undefined. Are you talking about in the javascript file?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Right, please add all your options as it is shown here: http://www.vissit.com/projects/eventC... instead of changing default options in eventCalendar.js

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

My 2 cents. I created a calendar app using https://mobiscroll.com/ It has allot of options and looks great on different devices. Hope it helps

Return to “Issues”