From 445e636841045bf1b767496e28ef192ff3720125 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 18 Mar 2021 11:59:51 +0100 Subject: [PATCH] Calendar, Contacts and Tasks are also required for Outlook --- plugins/kolab_activesync/config.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_activesync/config.inc.php.dist b/plugins/kolab_activesync/config.inc.php.dist index 5d6aade2..20011256 100644 --- a/plugins/kolab_activesync/config.inc.php.dist +++ b/plugins/kolab_activesync/config.inc.php.dist @@ -4,4 +4,4 @@ $config['activesync_setup_url'] = 'https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client'; // Force a subscription state per devicetype (lowercase) and folder // States can be: 0 => not subscribed, 1 => subscribed, 2 => subscribed with alarm -$config['activesync_force_subscriptions'] = array('windowsoutlook15' => array('INBOX' => 1, 'Sent' => 1, 'Trash' => 1)); +$config['activesync_force_subscriptions'] = array('windowsoutlook15' => array('INBOX' => 1, 'Sent' => 1, 'Trash' => 1, 'Calendar' => 1, 'Contacts' => 1, 'Tasks' => 1));