This is a 'getting set up and started' question.
I am trying to set up a KendoUI Scheduler, starting from this demo: http://demos.telerik.com/kendo-ui/scheduler/timeline
No matter what I try, I can't get my internal server-side data to bind to the transport:read:url.
In the end, I took the data that is supplied by the demo url http://demos.telerik.com/kendo-ui/service/meetings and copied it exactly into a function on my server that returns it as a string. The demo doesn't work. Even if I amend the string so that it is json, not jsonp.
So really, my question is, in what format do I supply my data to the scheduler? What should it actually look like?