[horde] Problems connecting Horde to Mac Contacts via CardDAV

Horst Simon horst.simon at optusnet.com.au
Mon Apr 10 09:22:47 UTC 2017


> On 10 Apr 2017, at 18:21, Thomas Trepper <thomas.trepper at blueclaim.com> wrote:
> 
> Hi Horst, 
> 
> thanks a lot for this hint. How have you disabled the favourite addressbook in Horde?
> 
> Cheers,
> Thomas
> 
> 
Hi Thomas, 
In  <YourPathtoHorde>/horde/turba/config I created backends.local.php  and added following:

$cfgSources['favourites'] = array(
    'disabled' => true,
    'title' => _("Favourite Recipients"),
    'type' => 'favourites',
    'params' => array(
        'limit' => 10
    ),
    'map' => array(
        '__key' => 'email',
        'name' => 'email',
        'email' => 'email'
    ),
    'search' => array(
        'email'
    ),
    'strict' => array(
        'id',
    ),
    'export' => true,
    'browse' => true,
);

I found in the Webserver (apache) logs that it connected to the wrong address book

Regards
Horst


>> Am 10.04.2017 um 10:06 schrieb Horst Simon <horst.simon at optusnet.com.au>:
>> 
>> Hi Thomas,
>> 
>> I am too couldn't get it working and after some checking I found that it was connecting to the Favourite address book on the server. I am not using this address book so I disabled it on the server and after this it worked.
>> 
>> Regards,
>> Horst Simon
>> 
>> Sent from my iPad
>> 
>>> On 10 Apr 2017, at 16:50, Thomas Trepper <thomas.trepper at blueclaim.com> wrote:
>>> 
>>> Hi all, 
>>> 
>>> sorry for spamming - I am still not able to get it working. Do I have to have MS ActiveSync enabled in order to be able to sync via CardDAV between Horde and MacOS Sierra Contacts-App? 
>>> 
>>> Any ideas for debugging? How can I increase the verbosity in Horde (because the password is checked and the account added in contacts app - it simply does not load anything)
>>> 
>>> Thanks a lot in advance and all the best,
>>> 
>>> Thomas
>>> 
>>> 
>>> 
>>> 
>>>> Am 08.04.2017 um 10:27 schrieb Thomas Trepper <thomas.trepper at blueclaim.com>:
>>>> 
>>>> Hi all, 
>>>> 
>>>> I am running Horde 5.2.19 and want to connect the included addressbook from apple (Mac OS Sierra 10.12.4) (contacts.app) with Horde. 
>>>> 
>>>> I have a list in Horde called „private", I clicked on edit and copied out the first (and tried the second link as well). I copied the links into the contacts app into the CardDAV account and server information. The check for valid username/password works, the account is added to the list in the native app, BUT it does not load any contacts. 
>>>> 
>>>> I have checked logs but I do not have any ideas where to start searching? Does anyone have any ideas to point me into the right direction please?
>>>> 
>>>> Thanks a lot in advance and all the best,
>>>> Thomas
>>>> 
>>>> 
>>>> -- 
>>>> Horde mailing list
>>>> Frequently Asked Questions: http://horde.org/faq/
>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>> 
>>> -- 
>>> Horde mailing list
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>> 
> 



More information about the horde mailing list