[horde] Calendar and address book sharing with Outlook 2013+Android and Active Sync

Bjoern Voigt bjoernv at arcor.de
Tue Jun 16 21:50:36 UTC 2015


Bjoern Voigt wrote:

> Isn't Outlook capable of showing multiple address
> books for one account? Or did I missed something?

OK, I found this in code (/usr/share/php/Horde/ActiveSync/Device.php):

        } else if (strpos($this->userAgent, 'Outlook/15.0') !== false) {
            // OL2013 Doesn't support multiple contact lists.
            $this->_properties['properties'][self::MULTIPLEX] =
Horde_ActiveSync_Device::MULTIPLEX_CONTACTS;
        } else {

So Outlook 2013 doesn't support multiple contact lists.

So I probably should look at LDAP.

Greetings,
Björn


More information about the horde mailing list