Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 4.34 KB

File metadata and controls

83 lines (65 loc) · 4.34 KB
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

calendarGroup resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A group of user calendars.

Methods

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.

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

The following JSON representation shows the resource type.

{
  "changeKey": "string",
  "classId": "guid",
  "id": "string (identifier)",
  "name": "string"
}