We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
Excelent ! It works like a charm !
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: