Shared Calendars

Take your Zimbra with you!
Post Reply
mobile_zimra
Posts: 1
Joined: Tue Mar 03, 2020 9:49 am

Shared Calendars

Post by mobile_zimra »

What would be the problem that in no mobile app shared calenders from zimra mail does not show up!?
liverpoolfcfan
Elite member
Elite member
Posts: 1096
Joined: Sat Sep 13, 2014 12:47 am

Re: Shared Calendars

Post by liverpoolfcfan »

It would depend on the capabilities of the client device, and the settings of z-push/zimbra backend.

There is a file called zimbraMultiFolderUAs.php in the zimbra backend folder where you can add additional supported folder configurations for your device(s) - You need the UserAgent string for the device which you can get from the AGENT column in the z-push-top.php utility or from a debug log. See example below of a Samsung phone. Th file uses partial matching so this device matches to "Android-SAMSUNG" in the file.

Code: Select all

Z-Push top live statistics                                      18/03/2020 09:57:19
Open connections: 3                             Users:   3      Z-Push:   2.5.2.beta1+0
Push connections: 3                             Devices: 3      PHP-MAPI:
Action:                                         Hosts:   3

PID     IP                    USER                       COMMAND    TIME    AGENT                       DEVID                            Additional Information
23875   89.19.67.26           user@domain.com            Ping       01:32   Android-SAMSUNG-SM-G973F/.. sec59abcde636e0e                 Sink 59/540s on Contacts(42) Calendar(2) Email Tasks
If your device does not allow multiple calendars then you need to make sure that you have
define('ZIMBRA_VIRTUAL_APPOINTMENTS',true);
in your zimbra backend config.php as this will present all appointments from all calendars to the device as though they came from a single calendar.

And make sure that you do NOT have the setting
define('ZIMBRA_DISABLE_MULTI_CALENDARS',true);
enabled.

If you still have issues, please open a support ticket at https://sourceforge.net/p/zimbrabackend ... -requests/
Post Reply