Event
Stores scheduled meetings, appointments, and calendar events associated with users or records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the event. | |
| WhoId | String | False |
ID of the contact or lead associated with the event. | |
| WhatId | String | False |
ID of the related opportunity, account, or other object associated with the event. | |
| Subject | String | False |
Subject or title of the event. | |
| Location | String | False |
Location where the event will take place. | |
| IsAllDayEvent | Boolean | False |
Indicates whether the event spans the entire day. | |
| ActivityDateTime | Datetime | False |
Start date and time of the event (used if the event is not all-day). | |
| ActivityDate | Datetime | False |
Date of the event (used for all-day events). | |
| DurationInMinutes | Int | False |
Duration of the event in minutes. | |
| StartDateTime | Datetime | False |
Start date and time of the event. | |
| EndDateTime | Datetime | False |
End date and time of the event. | |
| Description | String | False |
Detailed description or notes related to the event. | |
| AccountId | String | True |
Account.Id |
ID of the related account associated with the event. |
| OwnerId | String | False |
User.Id |
ID of the user who owns or is assigned to the event. |
| IsPrivate | Boolean | False |
Indicates whether the event is marked as private. | |
| ShowAs | String | False |
Specifies how the event should be displayed on the calendar, such as Busy or Free. | |
| IsDeleted | Boolean | True |
Indicates whether the event has been deleted. | |
| IsChild | Boolean | True |
Indicates whether the event is a child in a recurring series. | |
| IsGroupEvent | Boolean | True |
Indicates whether the event involves a group of users. | |
| GroupEventType | String | True |
Type of group event, such as internal meeting or shared calendar entry. | |
| CreatedDate | Datetime | True |
Date and time when the event was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the event. |
| LastModifiedDate | Datetime | True |
Date and time when the event was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the event. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last modification date. | |
| IsArchived | Boolean | True |
Indicates whether the event is archived. | |
| RecurrenceActivityId | String | True |
Event.Id |
ID of the recurring series the event belongs to, if applicable. |
| IsRecurrence | Boolean | False |
Indicates whether the event is part of a recurring series. | |
| RecurrenceStartDateTime | Datetime | False |
Start date and time of the recurring event series. | |
| RecurrenceEndDateOnly | Datetime | False |
End date of the recurring event series. | |
| RecurrenceTimeZoneSidKey | String | False |
Time zone in which the recurrence occurs. | |
| RecurrenceType | String | False |
Pattern type of the recurring event, such as daily or weekly. | |
| RecurrenceInterval | Int | False |
Interval between recurrences based on the recurrence type. | |
| RecurrenceDayOfWeekMask | Int | False |
Bitmask representing the days of the week the event repeats on. | |
| RecurrenceDayOfMonth | Int | False |
Day of the month the event repeats on, if applicable. | |
| RecurrenceInstance | String | False |
Instance within the month the event repeats on, such as First or Last. | |
| RecurrenceMonthOfYear | String | False |
Month in which the recurring event occurs, if applicable. | |
| ReminderDateTime | Datetime | False |
Date and time when a reminder is scheduled to trigger. | |
| IsReminderSet | Boolean | False |
Indicates whether a reminder is set for the event. |