Double calendar event and double calendar email
We just start trying Zimbra with zimbrabackend, email and calendar sync seems working but with a very annoying side effect.
- Sending out calendar invite from iPhone, invitee will receive 2 email invite in their mailbox and event will show up in their zimbra calendar 2 times.
- Accepting calendar invite with an iPhone will create a additional event in iPhone calendar (Zimbra web interface calendar not affected), and 2 reply emails (when choosing accept/decline/tentative) are sent back to organizer.
iPhone model : 3G, 4 with iOS 4.2.1
Zimbra 7
zimbrabackend define:
Code:
define('PROVISIONING', false);
define('LOOSE_PROVISIONING', false);
define('SYNC_CONFLICT_DEFAULT', SYNC_CONFLICT_OVERWRITE_PIM);
define('ZIMBRA_URL','http://localhost:50080');
define('ZIMBRA_SYNC_CONTACT_PICTURES',true);
define('ZIMBRA_VIRTUAL_CONTACTS',true);
define('ZIMBRA_VIRTUAL_APPOINTMENTS',true);
define('ZIMBRA_VIRTUAL_TASKS',true);
define('ZIMBRA_IGNORE_EMAILED_CONTACTS',true);
define('ZIMBRA_HTML',true);
define('ZIMBRA_USER_DIR','zimbrausers');
define('ZIMBRA_DEBUG',true);
Hope someone can help.