KrishRam89 / jquery-events-calendar

Automatically exported from code.google.com/p/jquery-events-calendar
0 stars 0 forks source link

allow to customize url type per event #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
actually is possible to set openEventInNewWindow and this allow to globally 
control the open event behaviour, would be useful to add and parse a new 
parameter in the json response to allow this customization for each event 

Original issue reported on code.google.com by drakkan1...@gmail.com on 29 Jul 2012 at 4:53

GoogleCodeExporter commented 9 years ago
Have you figured out how to add a new date/time into the calendar. The date 
formatting makes no sense to me.

Original comment by glcor...@gmail.com on 31 Jul 2012 at 1:12

GoogleCodeExporter commented 9 years ago
yes, adding a new date work fine, you have to set

eventsjson

to an url that return a json with data structure as in the provided example,

data formatting seems hardcoded here (not tested):

eventStringDate = eventDay + "/" + eventMonthToShow + "/" + eventYear;

until an option is available a quick solution is to change the above line in 
jquery.eventCalendar.js.

If you mean data formatting inside the json is in milleseconds since epoch

Original comment by drakkan1...@gmail.com on 31 Jul 2012 at 1:44