Save database or events on Phone Storage

I am trying to use DHTMLX mobile scheduler and I want to save the events by not using MySQL as database.

I want to use the phone storage as database.

Is this possible?

Hello,

There is not such a ready solution in the existent scheduler version. The new version will provide this functionality (it will be released in several weeks).

If you need a solution ASAP, you can use own approach to save data into localStorage. For example:

  • you can set event handlers that needed

dhtmlxScheduler_mobile/samples/01_basic/08_events.html

  • use serialize method to get all scheduler data

docs.dhtmlx.com/touch/doku.php?i … _serialize