Qnap [ QBaikal ] [ 0.9.2.0 ] Synchronisateur contacts / calendrier

updated

Code:
Added support for php 7.3
REMOVED support for php 5.x
Enabled event invitation plugin
Enabled calendar sharing plugin
Ships with sabre/dav 4.0.1
 
Code:
        $contentType = $propFind->get('{DAV:}getcontenttype');
        list($part) = explode(';', $contentType);
        list($part) = explode(';', $contentType ?: '');

modifcation done in 0.6.0.1
 
With the 0.7.0 release, our configuration format was updated to use YAML files. You need to go through the installer again but we pre-fill most values with the ones from your old installation. We recommend that you make a full backup of your data, as a safety measure. Starting with 0.7.0, Baikal stores data in both the Specific and the config folders. Keep this in mind when upgrading!

Code:
New configuration format
Added support for php 7.4
REMOVED support for php 7.0
Shows event count per calendar
Shows contact count per address book
Ships with sabre/dav 4.1.0