Service: zimbraAdmin

Command: GetAllCalendarResources
Namespace: urn:zimbraAdmin
Description: Get all calendar resources that match the selection criteria
Access: domain admin sufficient
Properties:
Authorization token required true
Admin Authorization token required true

GetAllCalendarResourcesRequest

    <GetAllCalendarResourcesRequest> ## GetAllCalendarResourcesRequest
        <server [by="{server-by} (id | name | serviceHostname)"]>{key}</server> ## ServerSelector
        <domain [by="{domain-selector-by} (id | name | virtualHostname | krb5Realm | foreignName)"]>{key}</domain> ## DomainSelector
    </GetAllCalendarResourcesRequest>

elements and attributes you can define within a <GetAllCalendarResourcesRequest> element:

XPath Required / Optional Description
/server Optional (0 or 1) Type: {key}
Server
Description for element text content:Key for choosing server
{server-by}="id" Use server's zimbraId as the Key
{server-by}="name" Use name of the server as the Key
{server-by}="serviceHostname" Use server's value for attr zimbraServiceHostname as the Key
/server@by Optional (0 or 1) Type: id | name | serviceHostname
Selects the meaning of {server-key}
/domain Optional (0 or 1) Type: {key}
Domain
Description for element text content:The key used to identify the domain. Meaning determined by {domain-selector-by}
/domain@by Optional (0 or 1) Type: id | name | virtualHostname | krb5Realm | foreignName
Select the meaning of {domain-selector-key}

GetAllCalendarResourcesResponse

    <GetAllCalendarResourcesResponse> ## GetAllCalendarResourcesResponse
        (<calresource name="{name}" id="{id}"> ## CalendarResourceInfo
            (<a n="{key}" /> ## Attr)*
          </calresource>)*
    </GetAllCalendarResourcesResponse>

elements and attributes you can define within a <GetAllCalendarResourcesResponse> element:

XPath Required / Optional Description
/calresource Optional (0 or more) Information on calendar resources
/calresource@name Required (only 1) Type: String
Name
/calresource@id Required (only 1) Type: String
ID
/calresource/a Optional (0 or more) Attributes
/calresource/a@n Required (only 1) Type: String
Key