Overview | Service | Command |
Get all calendar resources that match the selection criteria
Access: domain admin sufficient
Authorization token required | true |
Admin Authorization token required | true |
<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>
The following table describes 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 | 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
(<calresource name="{name}" id="{id}"> ## CalendarResourceInfo
(<a n="{key}" /> ## Attr)*
</calresource>)*
</GetAllCalendarResourcesResponse>
The following table describes 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 |