UndecidedEventRelation

Represents invitees with the status Not Responded 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
This field is always null.
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 not responded to an invitation to an event
SELECT eventId, type, response FROM UndecidedEventRelation WHERE eventid='00UTD000000ZH5LA'

See Also