Linking the mobile scheduler to the regular scheduler

I want to link both the mobile and regular scheduler so that they both display the same events and can be edited on both devices. I already make them have the same “save” file which is Event.php but when I create an event it doesn’t display in database. Any advice?

Hello,

both mobile and desktop scheduler can load data with the same format. And data saving php script can also one for them. Please take a look at the sample:

dhtmlxScheduler_mobile_v35_120626/samples/01_basic/05_data_saving.html

It uses schedulerConnector in php script as desktop scheduler.

Okay so I got the Mobile scheduler to save to my database but now the problem is it doesn’t fetch the data from mysql db so when I refresh the page the events disappear.However, the events I entered from the mobile scheduler shows on the desktop scheduler perfectly.

Hi,

Please check the xml with scheduler data. Whether all saved events are included in it ?

If the xml is correct and events are not shown, please send the example of this xml - we’ll try to reproduce the problem locally.