aucun idée perso.. je ne l'utilise pas
mais vu le nombre de download sur le repo.. je pense qu'il doit fonctionner
mais vu le nombre de download sur le repo.. je pense qu'il doit fonctionner
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
$contentType = $propFind->get('{DAV:}getcontenttype');
list($part) = explode(';', $contentType);
list($part) = explode(';', $contentType ?: '');
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