Newer Version Available

This content describes an older version of this product. View Latest

ExternalEventMapping

Holds native iOS or Android calendar event details for the Salesforce Today feature in the Salesforce mobile app. This object is available in API version 35.0 and later.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()

Special Access Rules

The Salesforce Today app is available in Salesforce for Android and Salesforce for iOS. It’s not available in the Salesforce desktop site. Access to Today is available only if you grant Calendar permission to the Salesforce mobile app.

Fields

Field Details
EndDate
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The date the external event ends.
EventId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID of the Salesforce event created by the external event.
This field is a relationship field.
Relationship Name
Event
Refers To
Event
ExternalId
Type
string
Properties
Create, Filter, Group, idLookup, Nillable, Sort, Update
Description
The ID of the external event.
IsLocked
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Returns true if the external event is locked, or false if it’s not.
The default value is false.
IsRecurring
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the external event is recurring (true) or not (fales).
The default value is false.
MayEdit
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Indicates whether the external event can be edited (true) or not (false).
The default value is false.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The name of the external event’s organizer.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
The ID of the creator of the external event.
This field is a polymorphic relationship field.
Relationship Name
Owner
Refers To
Group, User
StartDate
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The date the external event begins.