Hi,
short answer: YES (we use it for collaboration [car/room reservation, ...] between ~60 people).
The full story: CalDavZAP not only reloads data from the server, but also reloads it using "sync-collection report" - this is the most efficient way to perform the synchronization (supported by: DAViCal, Calendarserver/OS X Server and very probably also by the latest Cyrus IMAP/CalDAV).
If "sync-collection report" is not supported by your server, then the synchronization is performed using URL+Etag comparison (this method is MUCH MUCH MUCH slower - one of the reasons why I usually recommend to use DAViCal).
If you can create a demo account on your server (or any demo server) then we can check where is the problem ... send me a private message with URL + username/password ...
JM
On 11 Feb 2014, at 00:43, Dr. Johannes Zellner johannes@zellner.org wrote:
Hi,
is CalDavZAP supposed to reload from the caldav server if changes were made there (by another program)?
it doesn't do here although I've
var globalSyncResourcesInterval=120000; var globalBackgroundSync=true;
best
-- Johannes