AcceptedEventRelation

Represents event participants (invitees or attendees) with the status Accepted 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.
This is a relationship field.
Relationship Name
Event
Relationship Type
Lookup
Refers To
Event
RelationId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Indicates the ID of the invitee.
This is a polymorphic relationship field.
Relationship Name
Relation
Relationship Type
Lookup
Refers To
Calendar, Contact, Lead, User
RespondedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Indicates the most recent date and time when the invitee accepted 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 accepted an invitation to an event
SELECT eventId, type, response FROM AcceptedEventRelation WHERE eventid='00UTD000000ZH5LA'