Hi,
it doesn't matter where you send your email, just be patient ...
You're right, sorry for double email. I reply on ML to publish the solution to the world :)
Use the following patch
Thank you very much for that !
Cheers, Bastien Sevajol.
On 26/07/2016 18:10, Ján Máté wrote:
Hi,
it doesn't matter where you send your email, just be patient ...
Use the following patch (which ensures that if only globalAccountSettings option is used, then all calendars are loaded):
https://www.inf-it.com/fixes/main.js-loadall.diff
After applying the patch you must execute the cache_update.sh (to force clients to reload the changed source code from your server).
Cheers,
JM
p.s.: the patch will be included in the next version ...
On 26 Jul 2016, at 12:06, Bastien Sevajol <bastien.sevajol@algoo.fr mailto:bastien.sevajol@algoo.fr> wrote:
Hi, I just sent this email to caldavzap@inf-it.com, but davclients@inf-it.com is maybe more appropriate ?
Thank you for your CalDavZap application. I think is the only free full javascript caldav client on the web :) I have a problem with calendar configuration. I configure 3 calendars in globalAccountSettings, but only one is visible in interface. config.js globalAccountSettings is:
var globalAccountSettings=[ { href: 'http://127.0.0.1:5232/user/3.ics/', userAuth: { userName: 'bastien.sevajol@algoo.fr', userPassword: 'bastien.sevajol@algoo.fr' }, timeOut: 90000, lockTimeOut: 10000, checkContentType: true, settingsAccount: true, delegation: true, hrefLabel: 'http://127.0.0.1:5232/user/3.ics/', forceReadOnly: null, ignoreAlarms: false, backgroundCalendars: [] }, { href: 'http://127.0.0.1:5232/workspace/2.ics/', userAuth: { userName: 'bastien.sevajol@algoo.fr', userPassword: 'bastien.sevajol@algoo.fr' }, timeOut: 90000, lockTimeOut: 10000, checkContentType: true, settingsAccount: true, delegation: true, hrefLabel: 'http://127.0.0.1:5232/workspace/2.ics/', forceReadOnly: null, ignoreAlarms: false, backgroundCalendars: [] }, { href: 'http://127.0.0.1:5232/workspace/1.ics/', userAuth: { userName: 'bastien.sevajol@algoo.fr', userPassword: 'bastien.sevajol@algoo.fr' }, timeOut: 90000, lockTimeOut: 10000, checkContentType: true, settingsAccount: true, delegation: true, hrefLabel: 'http://127.0.0.1:5232/workspace/1.ics/', forceReadOnly: null, ignoreAlarms: false, backgroundCalendars: [] }, ];
<Mail Attachment.png> Actually, 2 others calendars are loaded and in HTML DOM, but with style="display: none;". Do you know this issue ?
Thank's very much, Bastien Sevajol.