loading events from a restfull webservice

Hi ,
i want to use the dhtmlx mobile scheduler in order to display events .
I want to load the events from a restfull WCf web service .
Could anybody help me please ?

Hi,

mobile scheduler allow to load json or xml data that can be generated by any server-side solution. However, we do not have ready samples that use WCf.

Hi , thank you for your replay .

My wcf webservice return a collection of events in json format .
in th e mobile scheduler i use the load method and fill it with the url of the service but strangely the events are not reinding in the schedule ?

To check whether the json is correct you can try to load the generated output in the scheduler as static json:

  • save output generated by your wcf as test.json
  • call the following to load data (modify path to test.json if it is different):
    $$(“scheduler”).load(“test.json”,“json”);