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
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Indicates the ID of the event.
RelationId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Indicates the ID of the invitee.
RespondedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Indicates the most recent date and time when the invitee declined an invitation to the event.
Response
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Indicates the content of the response field. Label is Comment.
Type
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Indicates whether the invitee is a user, lead or contact, or resource.

Usage

Query invitees who have declined an invitation to an event
SELECT eventId, type, response FROM DeclinedEventRelation WHERE eventid='00UTD000000ZH5LA'

See Also