Skip to content
New issue

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

adding Sabre/DAV plug-in ? #32

Open
jbonlinea opened this issue Aug 29, 2019 · 2 comments
Open

adding Sabre/DAV plug-in ? #32

jbonlinea opened this issue Aug 29, 2019 · 2 comments

Comments

@jbonlinea
Copy link

jbonlinea commented Aug 29, 2019

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
Copy link
Member

jpfox commented Aug 29, 2019

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
Copy link
Author

Excelent !
It works like a charm !

Thank's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants