09-17-2012, 06:08 AM
[eluser]tacowaco[/eluser]
Hi all,
I have a controller that echo's out the following json encoded text:
and the controller is called from within the calendar as
The problem is that nothing shows up however if I put an event into the calender code it shows without any issues. Hoping someone with experience with fullcalendar can spot my mistake.
Thanks for your time.
Martin
Answer to this issue found at:
http://stackoverflow.com/questions/96371...-does?rq=1
Another few hours wasted, hey ho!
Hi all,
I have a controller that echo's out the following json encoded text:
Code:
{"id":"123456","title":"fred blogs","start":"2012-11-07"}
Code:
$('#calendar').fullCalendar({
header: {
left: 'prev,next',
center: 'title',
right: ''
},
editable: true,
eventSources: [
{
url: 'http://#######.com/json',
}
]
});
Thanks for your time.
Martin
Answer to this issue found at:
http://stackoverflow.com/questions/96371...-does?rq=1
Another few hours wasted, hey ho!