Difference between revisions of "Configure Zimbra FB Provider for ZCO"
(Created page with "{{BC|Community Sandbox}} __FORCETOC__ <div class="col-md-12 ibox-content"> =Configure the Zimbra Free/Busy Provider for ZCO= {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 9.0}}|||}} {{WIP}} <...") |
(→Introduction) |
||
Line 12: | Line 12: | ||
During the introduction period of this new feature, ZCO will continue to use [[OutlookFreeBusy|Internet Free/Busy]] by default. | During the introduction period of this new feature, ZCO will continue to use [[OutlookFreeBusy|Internet Free/Busy]] by default. | ||
+ | This guide shows you how to create a custom Windows Installer (<tt>.msi</tt>) that will install and enable the Zimbra FB Provider during ZCO installation. | ||
− | + | == Comparison of Internet Free/Busy and Zimbra Free/Busy Provider == | |
+ | |||
+ | {|class="wikitable" | ||
+ | !Internet Free/Busy | ||
+ | !Zimbra Free/Busy Provider | ||
+ | |- | ||
+ | |Shows invitees' ''Out of office'' and ''Tentative'' as ''Busy''. [https://bugzilla.zimbra.com/show_bug.cgi?id=26960 Bug 26960] | ||
+ | |Invitees' ''Out of office'' and ''Tentative'' periods are displayed correctly. | ||
+ | |- | ||
+ | |Forward-looking range is limited by MS IFB protocol. [https://bugzilla.zimbra.com/show_bug.cgi?id=100050 Bug 100050] | ||
+ | |No limit to the range that FB info may be viewed. | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | == Customize MSI == | ||
+ | |||
+ | Under construction | ||
=Before You Begin= | =Before You Begin= |
Revision as of 03:42, 30 March 2020
Contents
Configure the Zimbra Free/Busy Provider for ZCO
Introduction
Beginning with ZCS 9.0.0 the Zimbra Connector for Outlook (ZCO) provides a new way to obtain Free/Busy information: the Zimbra Free/Busy Provider.
During the introduction period of this new feature, ZCO will continue to use Internet Free/Busy by default.
This guide shows you how to create a custom Windows Installer (.msi) that will install and enable the Zimbra FB Provider during ZCO installation.
Comparison of Internet Free/Busy and Zimbra Free/Busy Provider
Internet Free/Busy | Zimbra Free/Busy Provider |
---|---|
Shows invitees' Out of office and Tentative as Busy. Bug 26960 | Invitees' Out of office and Tentative periods are displayed correctly. |
Forward-looking range is limited by MS IFB protocol. Bug 100050 | No limit to the range that FB info may be viewed. |
Customize MSI
Under construction
Before You Begin
This guide assumes that you are familiar with Customizing the ZCO Installer.
Article Content
... Under construction