guest [82.139.196.3]  Sun, 14 Jul 2013 14:17:27 +0000

Created page: http://wiki.horde.org/HordeCarddavSogoThunderbird

+ Accessing the Turba addressbook from Thunderbird via Sogo Connector and Carddav

++ URL format

The [http://www.sogo.nu/downloads/frontends.html Sogo Connector] for [http://http://www.mozilla.org/de/thunderbird/ Thunderbird] permits to access a Turba address book via carddav. It seems however to have a problem with the Colon (":") sign in the url - using the Carddav url as shown by Turba, it refuses to sync and (when using the error console as explained in its [https://github.com/inverse-inc/sogo-connector.tb17/blob/master/README README]) displays errors such as:

{{URLs don't match: ``http://example.com/horde/rpc.php/addressbooks/<user>/contacts%3a<long id>/`` vs. ``http://example.com/horde/rpc.php/addressbooks/<user>/contacts:<long id>/``}}

The easy workaround is to enter the url in the form

{{``http://example.com/horde/rpc.php/addressbooks/<user>/contacts%3a<long id>/``}} (i.e. using the url as shown in Turba, but replacing the ":" after "contacts" by "%3a")



++ DELETE support

Additionally, for deleting contacts, the "DELETE" operation must be allowed in the relevant part of the apache configuration.

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to