Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
PushFreeBusy SOAP Command

Push Free/Busy.
The request must include either <domain/> or <account/>. When <domain/> is specified in the request, the server will push the free/busy for all the accounts in the domain to the configured free/busy providers. When <account/> list is specified, the server will push the free/busy for the listed accounts to the providers.

Authorization token required true
Admin Authorization token required true

PushFreeBusyRequest

    <PushFreeBusyRequest> ## PushFreeBusyRequest
        <domain name="{comma-sep-names}" /> ## Names
        (<account [id="..."] /> ## Id)*
    </PushFreeBusyRequest>

The following table describes elements and attributes you can define within a <PushFreeBusyRequest> element:

XPath Required / Optional Description
/domain Optional (0 or 1) Domain names specification
/domain@name Required (only 1) Type:String
Comma separated list of names
/account Optional (0 or more) Account ID
/account@id Optional (0 or 1) Type:String
ID

PushFreeBusyResponse

    <PushFreeBusyResponse /> ## PushFreeBusyResponse