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?

Hi,
Making both calendars work with the same data shouldn’t be difficult, since you can specify a single php datasource for both of them. If you use dhtmlxConnector, this handler will work for both desktop and mobile schedulers.
If you have a problem with saving events, please show your server-side code or give us any other clues to find the issue.