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?
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:
dhtmlxScheduler_mobile/samples/01_basic/08_events.html
docs.dhtmlx.com/touch/doku.php?i … _serialize