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