christian-putzke / Roundcube-CardDAV

Roundcube CardDAV Plugin
http://www.graviox.de
GNU Affero General Public License v3.0
119 stars 28 forks source link

urls for Baikal #44

Closed mrpurplenz closed 11 years ago

mrpurplenz commented 11 years ago

Baikal is an opensource php/mysql|postgresql carddav caldav server

https://github.com/jeromeschneider/Baikal

Does anyone one know how to set the Roundcube-CardDAV urls for it?

mrpurplenz commented 11 years ago

in answer to my own question (after 4 days of figuring it out): Having installed baikal (at https://secure.mydomain.com for example) and created a user (called john for example) with default address book I was able to set this roundcube-carddav client as follows: set "Label" to: anything you like eg baikal set "Server" to: https://{baikal_server}/card.php/addressbooks/{user_name}/default where {baikal_server} is the url to the baikal server and {user_name} is the user name for example https://secure.mydomain.com/card.php/addressbooks/john/default set "User" to: the user name (john in my example) set "Pass" to: that users password