offline options?

Hi. I wanted to know if there was a an option for the standard Scheduler package similar to the proxy service on your mobile package.

Sometimes our users don’t have a strong connection to the server, and I’d like to be able to hold on to the changes, and push them to the database when there’s a stronger signal.

Thank you.

Ken

Hi,
currently this is not supported. Although scheduler package still contains an offline extension (which requires proxy docs.dhtmlx.com/touch/doku.php?i … dule_proxy component), the current implementation does not provide a reliable reliable way to sync the offline changes, which includes resolving conflicts, and is not officially supported

github.com/DHTMLX/scheduler/blo … offline.js

That may be sufficient. Is there any documentation on how to use this ext?

Thanks

Ken

Unfortunately there is no docs, due to unsupported status of this extension. The approach will be similar to use of proxy in dhtmlxTouch
docs.dhtmlx.com/touch/doku.php?i … ne_storage
You’ll need to use a proxy object instead of the urls in scheduler.load and dataprocessor.init constructorscheduler.load(proxy); var dp = new dataProcessor(proxy);