Can't Save events on iPad

Is it currently possible to save a local xml file on the iPad with scheduler events?

I’ve been using the sample 10_ipad.html and I can save the event, but once I restart, the event is gone. From what I was looking at in the code, it didn’t look like it was saving any information locally.

Any help appreciated.

Scheduler is not purposed to save information locally. Normally it is the web page, which can save data on the origin server.

The sample in question has not code for data saving, adding something like

	var dp = new dataProcessor("php/events.php");
	dp.init(scheduler);

will enable data saving
check - samples\01_initialization_loading\05_loading_mysql.html