Hi,
your configuration not helps at all, we don't use Radicale so we cannot test it.
Without testing the client using Radicale I cannot check where is the problem (the reason why I asked for a public URL with username/password).
JM
On 25 Jan 2016, at 18:22, Tobias Mueller muelli@cryptobitch.de wrote:
On Mon, Jan 25, 2016 at 05:29:26PM +0100, Ján Máté wrote:
Can you please send me a private e-mail with URL to demo installation and username/password to test it?
I've just run pip install radicale; radicale -f -D And I didn't see a PROPFIND (or anything, really).
My infcloud configuration was probably this:
var globalNetworkCheckSettings={ href: 'http://localhost:5232/user/', //href: 'http://localhost:5232/user/calendar.ics/', hrefLabel: null, crossDomain: null, additionalResources: ['public'], forceReadOnly: null, withCredentials: false, //withCredentials: true, userAuth: { userName: 'user', userPassword: 'pass' }, showHeader: true, settingsAccount: true, syncInterval: 60000, timeOut: 30000, lockTimeOut: 10000, delegation: false, ignoreAlarms: false, backgroundCalendars: [] }
Cheers, Tobi