setAutoUpdate multi-user sync?

Are there any examples or documentation on setting up multi-user sync? Thanks

Hello,

Please check the following pages in our documentation:
docs.dhtmlx.com/doku.php?id=dhtm … multi_sync
docs.dhtmlx.com/doku.php?id=dhtm … se_concept

Kind regards,
Ilya

Thanks. I was able to enable the auto-sync but for some reason events do not appear in IE without manual refresh.
If I create an event in IE I am able to see it right away in chrome and firefox. But if I create an event in chrome or firefox, it will not appear in IE unless I manually refresh the page. Debug shows no errors either. Any ideas? thanks

I tried it on IE 8 and IE9 same results

Hello,

What is you dataprocessor init link?
dp = new dataProcessor(“myconnector.php”);

If it is like that please try changing it to:
dp = new dataProcessor(“myconnector.php?uid=”+scheduler.uid());

Kind regards,
Ilya

changed it to:
dp = new dataProcessor(“myconnector.php?uid=”+scheduler.uid());
but no luck. events still not getting synced to IE browser without manually refresh. chrome and firefox continue to work fine.

I’ve been monitoring the IE debug console and I noticed a new error after auto-sync had been going for a few minutes.

Here is the error message:
" Unable to set value of the property ‘!nativeeditor_status’: object is null or undefined "

In few weeks we will release update codebase for the multi-user sync. It will provide more simple and reliable solution.