Opened 2 years ago
Last modified 2 years ago
#1487660 new Feature Requests
CardDAV support
| Reported by: | Peter2121 | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Addressbook | Version: | 0.5-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It would be nice to see the support for CardDAV standard to store contacts at any CardDAV compatible server (DAViCAL, OSX, DAVMail...)
Change History (6)
comment:1 Changed 2 years ago by Peter2121
comment:2 Changed 2 years ago by boeren
Same request!
Waiting desperately for CardDAV support.
Roundcube beats all other good clients like Atmail, Zarafa and SOGo due to its simplicity, slim program code and fast operation.
Thank you so far!
comment:3 Changed 2 years ago by amaramrahul
+1
roundcube 0.6 would be having a full featured address book based on VCard standard. And by integrating it with some carddav libarary such as sabredav (does not support carddav yet but should soon), I think it should be feasible to have carddav support in roundcube.
comment:4 Changed 2 years ago by amaramrahul
As an alternative to sabredav, libcarddav (http://trinity.pearsoncomputing.net/related_projects/libcarddav/) could perhaps be used as well.
http://en.wikipedia.org/wiki/CardDAV
http://carddav.calconnect.org/implementations/librariestools.html
comment:5 Changed 2 years ago by blindcoder
Hello all.
I have just implemented a very crude, read-only carddav client plugin.
You can find it at http://blog.crash-override.net/index.php/392
Kind regards,
blindcoder
comment:6 Changed 2 years ago by blindcoder
The plugin has now learned to update, insert and delete records.
http://blog.crash-override.net/index.php/393
Configuration is still very crude, though, I know next to nothing about RCM API.

CardDAV support