Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
A group of user calendars.
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 calendar group | calendarGroup | Update calendarGroup object. |
Delete calendar group | 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. |
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"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now