| title | calendarGroup resource type |
|---|---|
| description | A group of user calendars. |
| author | iamgirishck |
| ms.localizationpriority | medium |
| ms.subservice | outlook |
| doc_type | resourcePageType |
| ms.date | 05/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
A group of user calendars.
| Method | Return Type | Description |
|---|---|---|
| List | Calendar collection | Get the user's calendar groups. |
| Create | Calendar | Create a new calendar group. |
| Get | calendarGroup | Read properties and relationships of a calendar group object. |
| Update | calendarGroup | Update calendarGroup object. |
| Delete | None | Delete calendarGroup object. |
| List calendars in calendar group | Calendar collection | List calendars in a calendar group. |
| Create calendar in calendar group | Calendar | Create a new Calendar in a calendar group. |
| Create calendar in calendar group | Calendar | Create a new Calendar in a calendar group. |
| Property | Type | Description |
|---|---|---|
| name | String | The group name. |
| changeKey | String | Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. |
| classId | Guid | The class identifier. Read-only. |
| id | String | The group's unique identifier. Read-only. |
| Relationship | Type | Description |
|---|---|---|
| calendars | Calendar collection | The calendars in the calendar group. Navigation property. Read-only. Nullable. |
The following JSON representation shows the resource type.
{
"changeKey": "string",
"classId": "guid",
"id": "string (identifier)",
"name": "string"
}