Calendar_ModifiedOccurrences
Provides a filtered view of calendar items that have had their occurrences modified, such as rescheduled or updated recurring meetings. This is useful for tracking changes in recurring events over time.
Columns
| Name | Type | Description |
| OccurrenceId [KEY] | String | Represents the unique identifier for a specific occurrence within a recurring calendar event. This value distinguishes the modified instance from other instances in the series. |
| ItemId [KEY] | String | Contains the unique identifier of the calendar item, such as a meeting or appointment, that this modified occurrence is associated with. |
| Start | Datetime | Specifies the actual start time of the modified occurrence. This value can differ from the original recurring schedule due to changes made by the organizer or attendee. |
| End | Datetime | Indicates the actual end time of the modified occurrence. This reflects any updates to the event duration made after the initial scheduling. |
| OriginalStart | Datetime | Records the originally scheduled start time for the occurrence before it was modified. This helps track changes within recurring series events. |