Newer Version Available
DeclinedEventRelation
Represents invitees with
the status Declined for a given event.
This object is available in API versions 29.0 and later.
Supported Calls
describeSObjects(), query(), retrieve()
Fields
| Field Name | Details |
|---|---|
| EventId |
|
| RelationId |
|
| RespondedDate |
|
| Response |
|
| Type |
|
Usage
- Query invitees who have declined an invitation to an event
-
1SELECT eventId, type, response FROM DeclinedEventRelation WHERE eventid='00UTD000000ZH5LA'