UndecidedEventRelation
Tracks relationships between events and attendees who have not yet responded to invitations.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record linking an event to a related user or contact with an undecided response. | |
| RelationId | String | True |
Identifier of the user, contact, or lead associated with the event who has not responded. | |
| EventId | String | True |
Event.Id |
Identifier of the calendar event that this record is linked to. |
| RespondedDate | Datetime | True |
Date and time when the individual responded to the event invitation, if applicable. | |
| Response | String | True |
Response status of the invitee, such as Accepted, Declined, or Undecided. | |
| CreatedDate | Datetime | True |
Date and time when the undecided event relation was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the undecided event relation. |
| LastModifiedDate | Datetime | True |
Date and time when the relation record was last modified. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the record. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent change to the record. | |
| IsDeleted | Boolean | True |
Indicates whether the undecided event relation has been deleted. | |
| Type | String | True |
Type of related record, such as User, Contact, or Lead. |