Hi.
I'm wondering how to make InfCloud refresh the calendar.
I know that I've updated the calendar with another client, but I don't know how to make InfCloud display the updates. When I press F5 then I need to log in again which is unconvenient.
Cheers, Tobi
Hi,
from the 0.13.0 changelog:
- configuration - added globalEnableRefresh option which enables/disables the new "refresh all resources" icon in the left application menu (disabled by default)
JM
On 22 Jan 2016, at 15:43, Tobias Mueller muelli@cryptobitch.de wrote:
Hi.
I'm wondering how to make InfCloud refresh the calendar.
I know that I've updated the calendar with another client, but I don't know how to make InfCloud display the updates. When I press F5 then I need to log in again which is unconvenient.
Cheers, Tobi
Hi.
On Fr, 2016-01-22 at 16:05 +0100, Ján Máté wrote:
- configuration - added globalEnableRefresh option which
enables/disables the new "refresh all resources" icon in the left application menu (disabled by default)
I've done that and I'm seeing the icon, but clicking it doesn't create a request hitting the DAV server. I couldn't spot anything in the browser's console. Is there a bug, still..?
Cheers, Tobi
- configuration - added globalEnableRefresh option which
enables/disables the new "refresh all resources" icon in the left application menu (disabled by default)
I've done that and I'm seeing the icon, but clicking it doesn't create a request hitting the DAV server. I couldn't spot anything in the browser's console.
I can confirm this issue also for me, both using Firefox and Chromium. The server is Baikal.
Best,
Erik
Hmm,
interesting ... Ken reported that it works, it also works for me. If it really not works, then it may be related to your server.
Can you please send me a private e-mail with URL to demo installation and username/password to test it?
Cheers,
JM
On 24 Jan 2016, at 23:01, Erik Quaeghebeur inf-it.davclients@equaeghe.nospammail.net wrote:
- configuration - added globalEnableRefresh option which
enables/disables the new "refresh all resources" icon in the left application menu (disabled by default)
I've done that and I'm seeing the icon, but clicking it doesn't create a request hitting the DAV server. I couldn't spot anything in the browser's console.
I can confirm this issue also for me, both using Firefox and Chromium. The server is Baikal.
Best,
Erik
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
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