Authorization token required | true |
Admin Authorization token required | false |
<GetCalendarGroupsRequest /> ## GetCalendarGroupsRequest
<GetCalendarGroupsResponse> ## GetCalendarGroupsResponse
(<group id="{id}" name="{name}"> ## CalendarGroupInfo
(<calendarId>{calendarIds} (String)</calendarId>)+
</group>)+
</GetCalendarGroupsResponse>
elements and attributes you can define within a
<GetCalendarGroupsResponse>
element:
XPath | Required / Optional | Description |
/group | Required (1 or more) | Calendar groups list |
/group@id | Required (only 1) | Type: String Calendar Group ID |
/group@name | Required (only 1) | Type: String Calendar Group Name |
/group/calendarId | Required (1 or more) | Type: {calendarIds} (String) Calendar IDs |