Discussion:
outlook 2016 and activesync calendars and contacts not shown
Ludwig Bayerlein
2017-09-06 12:49:30 UTC
Permalink
Hi,

I have kolab 16 stable installed and it works very well. One of my
colleagues has a problem with the use of outlook 2016. If he joins the
kolab via activesync, mails works quite well. But calendars and contacts
are merged into one big calendar or contactlist. How can I get multiple
calendars working?

Here a list with installed packages on my CentOS 7:

kolab-mta-16.0.1-9.1.el7.kolab_16.x86_64
kolab-schema-3.3-1.6.el7.kolab_16.noarch
kolab-autoconf-1-3.1.el7.kolab_16.noarch
kolab-conf-16.0.1-9.1.el7.kolab_16.x86_64
kolab-server-0.8.7-2.2.el7.kolab_16.noarch
kolab-syncroton-2.3.6-1.2.el7.kolab_16.noarch
kolab-ldap-16.0.1-9.1.el7.kolab_16.x86_64
kolab-cli-0.8.7-2.2.el7.kolab_16.noarch
kolab-webadmin-3.2.11-2.1.el7.kolab_16.noarch
kolab-imap-16.0.1-9.1.el7.kolab_16.x86_64
kolab-utils-3.1.4-3.5.el7.kolab_16.x86_64
kolab-saslauthd-0.8.7-2.2.el7.kolab_16.noarch

Thank you very much,
Ludwig Bayerlein
Liutauras Adomaitis
2017-09-07 04:59:15 UTC
Permalink
Hi,
Post by Ludwig Bayerlein
Hi,
I have kolab 16 stable installed and it works very well. One of my
colleagues has a problem with the use of outlook 2016. If he joins the
kolab via activesync, mails works quite well. But calendars and contacts
are merged into one big calendar or contactlist. How can I get multiple
calendars working?
I think you should check if these settings are in your /etc/roundcubemail/
config.inc.php

// Defines blacklist of devices (device type strings) that do not support
folder hierarchies.
// When set to an array folder hierarchies are used on all devices not
listed here.
// When set to null an old whitelist approach will be used where we do
opposite
// action and enable folder hierarchies only on device types known to
support it.
$config['activesync_multifolder_blacklist'] = array();

// Flatten the hierarchy of address book folders for windows outlook
clients, as
// they only support a single address book folder to be synchronized over
// ActiveSync
$config['activesync_multifolder_blacklist_contact'] =
array('windowsoutlook');

// Sync the GAL for clients that are a windows outlook client
$config['activesync_gal_sync'] = array('windowsoutlook');
$config['activesync_gal_cache_ttl'] = '5m';

I've copiet these settings from the working Kolab 16 installation.


Liutauras

Loading...