| Authorization token required | true |
| Admin Authorization token required | false |
<CreateCalendarGroupRequest name="{name}"> ## CreateCalendarGroupRequest
(<calendarId>{calendarIds} (String)</calendarId>)*
</CreateCalendarGroupRequest>
elements and attributes you can define within a
<CreateCalendarGroupRequest> element:
| XPath | Required / Optional | Description |
| @name | Required (only 1) | Type: String Calendar Group Name |
| /calendarId | Optional (0 or more) | Type: {calendarIds} (String) Calendar IDs |
<CreateCalendarGroupResponse> ## CreateCalendarGroupResponse
<group id="{id}" name="{name}"> ## CalendarGroupInfo
(<calendarId>{calendarIds} (String)</calendarId>)+
</group>
</CreateCalendarGroupResponse>
elements and attributes you can define within a
<CreateCalendarGroupResponse> element:
| XPath | Required / Optional | Description |
| /group | Required (only 1) | Calendar Group Info |
| /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 |