Issue 1023: Events not showing in calendar
Status:  Done
Owner: ----
Closed:  Jul 2011
Reported by vikrantg...@gmail.com, Jul 5, 2011
Hi, i'm using Full calendar 1.5.1 version. still i'm noit able to see events. 
using this line
events: "JsonResponse.ashx", wo'nt show the events.

When i hardcoded like belwo. itwill shows the events.
events: [
{ id: '2',
    title: 'Event 1',
    start: 1311964200,
    end: 1311964200,
    allDay: true,
    description: 'Test'
}
],

Please let me know what should i do?
Jul 11, 2011
#1 viczy...@gmail.com
I'm having the same issue of getting the events to display with version 1.5.1. 
Jul 11, 2011
#2 viczy...@gmail.com
I have reverted to jQuery v1.3.2 and the events from the ashx are being displayed. Guess something broke when the guys improved the jQuery framework.
Jul 12, 2011
#3 vikrantg...@gmail.com
Hi All, i have update the j query version to 1.6.2. and all issues resolved. 
Jul 18, 2011
#4 Jordan.B...@gmail.com
I tried using both version 1.3.2 and 1.6.2 of jQuery but am still running into this issue.  Which versions of jQuery-ui allowed you to get this working?
Jul 18, 2011
#5 vikrantg...@gmail.com
I'm using JS/jquery-1.6.1.min.js & jquery-ui-1.8.13.custom.min.js and it's working fine with all browser.
Jul 19, 2011
Project Member #6 adamrs...@gmail.com
hmm i dont know whats going on but this doesnt sound like a fullcalendar issue. maybe related to the way jquery started putting more restrictions on valid json syntax (since 1.4)?
Status: Done