Befox / cdav

Dolibarr module to access calendars and address book from CalDAV/CardDAV tools
GNU General Public License v3.0
47 stars 28 forks source link

adding Sabre/DAV plug-in ? #32

Open jbonlinea opened 5 years ago

jbonlinea commented 5 years ago

Hi

I wonder if we can and how could we add Sabre/DAV module ? for instance I would like to export my contact in vcard as explained here

Thank's

jpfox commented 5 years ago

I can't test right now but I think you could try adding these lines in cdav/server.php in line 260

$vcfPlugin = new \Sabre\CardDAV\VCFExportPlugin();
$server->addPlugin($vcfPlugin)
jbonlinea commented 5 years ago

Excelent ! It works like a charm !

Thank's