CalendarGroups
Represents collections of calendars grouped together by users for organizational purposes. Each entry in this table corresponds to a calendar group that can contain one or more individual calendars.
Columns
| Name | Type | ReadOnly | Description |
| id [KEY] | String | False |
Represents the unique identifier for the calendar group. This ID is used to distinguish this group from others within the Exchange data store. |
| changeKey | String | False |
Indicates the version of the calendar group item. It is used to detect changes and ensure data consistency during updates. |
| classId | String | False |
Specifies the class identifier associated with the calendar group, which can be used to define behavior or rendering in client applications. |
| name | String | False |
Contains the display name assigned to the calendar group. This name is typically set by the user and shown in calendar navigation panes. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| userId | String |
Represents the identifier of the user to whom the calendar group belongs. This is a pseudocolumn used to associate the group with a specific mailbox or account. |