AcceptedEventRelation
Stores relationships between events and attendees who have accepted invitations in Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
The unique ID of the AcceptedEventRelation record. | |
| RelationId | String | True |
ID of the related user, contact, or lead who is associated with the event. | |
| EventId | String | True |
Event.Id |
ID of the event that this relation record is linked to. |
| RespondedDate | Datetime | True |
The date and time when the invitee responded to the event invitation. | |
| Response | String | True |
The type of response provided by the invitee, such as Accepted, Declined, or Tentative. | |
| CreatedDate | Datetime | True |
Timestamp indicating when the relation record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the AcceptedEventRelation record. |
| LastModifiedDate | Datetime | True |
Timestamp indicating the last time the record was modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| SystemModstamp | Datetime | True |
System-generated timestamp used for internal processing and synchronization. | |
| IsDeleted | Boolean | True |
Indicates whether the record has been deleted (true) or is still active (false). | |
| Type | String | True |
Specifies the type of relation to the event, such as User, Contact, or Lead. |