The following are the fields associated with the Event object and the properties of these fields. Since there are no update or create calls for the Event object, all fields are considered read-only.
Note: Update and create calls should be performed using the EventParameters object.
Field Name | Type | Read-Only | Searchable |
---|---|---|---|
EventCode | String | X | X |
EventTitle | String | X | X |
EventStartDate | DateTime | X | X |
EventEndDate | DateTime | X | X |
EventLaunchDate | DateTime | X | X |
Timezone | String | X | |
EventDescription | String | X | |
InternalNote | String | X | |
EventStatus | String | X | X |
PlanningStatus | String | X | X |
Capacity = | Integer | X | |
Category | String | X | |
MeetingRequestId | GUID | X | |
Currency | String | X | |
Hidden ‡ | Boolean | X | X |
Location | String | X | X |
StreetAddress1 | String | X | |
StreetAddress2 | String | X | |
StreetAddress3 | String | X | |
City | String | X | |
State | String | X | |
StateCode | String | X | X |
PostalCode | String | X | |
Country | String | X | |
CountryCode | String | X | |
PhoneNumber | String | X | |
PlannerFirstName | String | X | |
PlannerLastName | String | X | |
PlannerEmailAddress | String | X | |
RSVPbyDate | DateTime | X | |
ArchiveDate | DateTime | X | |
ClosedBy | String | X | |
ExternalAuthentication | Boolean | X | |
LastModifiedDate * | DateTime | X | X |
StakeholderFirstName | String | X | |
StakeholderLastName | String | X | |
StakeholderEmailAddress | String | X | |
StakeholderTitle | String | X | |
StakeholderCompany | String | X | |
StakeholderWorkPhone | String | X | |
StakeholderHomePhone | String | X | |
StakeholderWorkFax | String | X | |
StakeholderMobilePhone | String | X | |
StakeholderAddress1 | String | X | |
StakeholderAddress2 | String | X | |
StakeholderAddress3 | String | X | |
StakeholderCity | String | X | |
StakeholderStateCode | String | X | |
StakeholderPostalCode | String | X | |
StakeholderCountryCode | String | X | |
MerchantAccount | String | X | |
MerchantAccountId | GUID | X | |
CreatedBy | String | X | |
EventCalendarLinkText | String | X | |
EventCalendarAlternateURL | String | X | |
EventCalendarCompletedURL | String | X | |
CustomFieldDetail | |||
FieldId | GUID | X | |
FieldType | String | X | |
FieldName | String | X | |
FieldValue | String | X | X |
ProductDetail | |||
ProductId | GUID | X | |
ProductName | String | X | |
ProductCode | String | X | |
ProductType | String | X | |
ProductDescription | String | X | |
SessionCategoryName | String | X | |
SessionCategoryId | GUID | X | |
IsIncluded | Boolean | X | |
StartTime | DateTime | X | |
EndTime | DateTime | X | |
Status | String | X | |
Capacity = | Integer | X | |
CustomFieldDetail | |||
FieldId | GUID | X | |
FieldName | String | X | |
FieldType | String | X | |
FieldValue | String | X | |
WeblinkDetail | |||
Target | String | X | |
URL | String | X | |
DocumentDetail | |||
FileName | String | X | |
FileType | String | X | |
FileSize | Integer | X | |
UploadDate | DateTime | X | |
FileURL | String | X | |
TargetedListDetail | |||
TargetedListId | GUID | X | |
TargetedListName | String | X | |
TargetedListLanguage | String | X | |
TargetedListDefault | Boolean | X |
Legend
-
*
Used in GetUpdated call -
‡
Default search value = false -
~
SessionDetails -
=
If capacity equals negative one, it is unlimited-
To search on a custom field, the field parameter in the CvSearchObject must match the following format and include the custom field ID: “CustomEventField:< FieldId >”
-
To update or insert a value into a custom date field, the date field format must match the following format: YYYY-MM-DD.
-
Last updated on