sceduler data cannot save in smart phone

we made free app for hospital to input patient can remember their hospital going date by monaca ( monaca.mobi/en/ ).
at that time we can see the event set but after close the screen the event is disappear.

what is the problem?

I put google doc URL
calendar.html goo.gl/t4nHcv
dhxscheduler_mobile_rec.js goo.gl/E6LhDW

tell me what is the problem

Hello,

your scheduler only loads data. There is not data saving in your code (code that will modify your datasource). There are onAfterAdd, onAfterDelete, onStoreUpdated events that allow to set custom logic that will process adding, deleting and updating of an event.
The sample:
samples/01_basic/08_events.html

OH!thank you very much!
I will try it!

thank you very much!