calendarGroup resource type
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A group of user calendars.
Methods
| Method | Return Type | Description |
|---|---|---|
| List calendar groups | Calendar collection | Get the user's calendar groups. |
| Create calendar group | Calendar | Create a new calendar group. |
| Get calendar group | calendarGroup | Read properties and relationships of a calendar group object. |
| Update | calendarGroup | Update calendarGroup object. |
| Delete | None | Delete calendarGroup object. |
| List calendars | Calendar collection | List calendars in a calendar group. |
| Create Calendar | Calendar | Create a new Calendar in a calendar group. |
Properties
| 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. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| calendars | Calendar collection | The calendars in the calendar group. Navigation property. Read-only. Nullable. |
JSON representation
Here is a JSON representation of the resource
{
"changeKey": "string",
"classId": "guid",
"id": "string (identifier)",
"name": "string"
}
Feedback
Submit and view feedback for