CalDav binding with multiple calendars

Hello everyone,

I’m using the caldav binding with a single calendar for some years already. Now I added a second calendar which is on the same caldav server and also uses the same user account.
I added the needed configuration in services/caldavio.cfg and services/caldavPersonal.cfg. When saving, the log says the config is correct.
However, one of both calendars doesn’t update. It seems to be either the one or the other works but not both at the same time.
I checked quartz thread count and it seems to be set to 10 in runtime/etc/quartz.properties.
Any idea on what needs to be done to have both calendars work together?

caldavio.cfg:

caldavio:calFamilie:url=https://myhost/dav.php/calendars/myuser/default
caldavio:calFamilie:username=myuser
caldavio:calFamilie:password=mypassword
caldavio:calFamilie:preloadTime=40000
caldavio:calFamilie:reloadInterval=15

caldavio:calFamilieGeb:url=https://myhost/dav.php/calendars/myuser/familie_geburtstage
caldavio:calFamilieGeb:username=myuser
caldavio:calFamilieGeb:password=mypassword
caldavio:calFamilieGeb:preloadTime=20000
caldavio:calFamilieGeb:reloadInterval=60

caldavPersonal.cfg

caldavPersonal:usedCalendars=calFamilie,calFamilieGeb

(OH version 2.5.10)

Thanks and Regards!

Restarting openHAB solved the issue. However, behavior doesn’t seem consistent.