DeclinedEventRelation
Tracks relationships between events and attendees who have declined invitations.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the declined event relation record. | |
| RelationId | String | True |
ID of the user or contact who declined the event invitation. | |
| EventId | String | True |
Event.Id |
ID of the event that was declined. |
| RespondedDate | Datetime | True |
Date and time when the decline response was submitted. | |
| Response | String | True |
Response status, such as 'Declined'. | |
| CreatedDate | Datetime | True |
Date and time when the declined event relation record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the declined event relation record. |
| LastModifiedDate | Datetime | True |
Date and time when the declined event relation record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the declined event relation record. |
| SystemModstamp | Datetime | True |
Timestamp of the last system update for the declined event relation. | |
| IsDeleted | Boolean | True |
Indicates whether the declined event relation record has been deleted. | |
| Type | String | True |
Specifies the type of relation, such as user, contact, or lead. |