sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.47k stars 284 forks source link

Shared address book #64

Closed ghost closed 9 years ago

ghost commented 11 years ago

I'm trying to set up a CardDAV server which I can connect to an existing MySQL database with contacts. My idea was to set up a MySQL view which retrieves data from the primary database and presents the data in a vCard kind of view for Baikal. However, as far as I can see, Baikal does not support shared address books. Would it be possible to add this feature in a future release? Thanks!

ghost commented 11 years ago

However, as far as I can see, Baikal does not support shared address books.

For me already...

ryanmitchell commented 11 years ago

+1 for this. Would be really useful for a project I'm working on.

Ideally a way of having multiple users share the same address box for reading + optionally writing if they have permission.

sechanbask commented 11 years ago

+1 I need shared address books too !

idumaire commented 11 years ago

+1k

The solution is given by sabredav https://code.google.com/p/sabredav/wiki/CardDAVDirectory Please could you implement it ?

Regards,

Gustik commented 10 years ago

+1

sechanbask commented 10 years ago

baikal is a very good projet, it will be better with shared address book !!

netgusto commented 9 years ago

Will be implemented in Baïkal2. See #303 :)

zot24 commented 9 years ago

@idumaire that's a non standard solution to implement the sharing between addressbook, not 100% but perhaps a better solution would be to use groupmembers and principals to achieve this?