In my servlet I try to do the following.
Dps dps = new Dps(); //The Dps class extends org.daypilot.ui.DayPilotScheduler
dps.process(request, response);
When the process method is called I get the following exception
org.daypilot.json.JSONException: A JSONObject text must begin with '{' at character 0
at org.daypilot.json.JSONTokener.syntaxError(Unknown Source)