CalendarEvents
Stores scheduled events including meetings, launches, or key milestones, associated with Veeva Vault calendar entities and used for planning and visibility across teams.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the calendar event record, used as the primary key within the system. |
| Calendar Event Type | String | True |
Specifies the classification or category of the calendar event, as defined by the Vault object type. |
| Global ID | String | True |
System-generated globally unique identifier used to reference this calendar event across integrations and environments. |
| Link | String | False |
System-defined link that provides a direct URL reference to the calendar event record in Vault. |
| Name | String | False |
The display name or title assigned to the calendar event, typically used for identification in user interfaces. |
| Status | String | False |
Current state of the calendar event such as Draft, Scheduled, Completed, or Cancelled, as managed in Vault. |
| Created By | String | True |
Username or identifier of the user who initially created the calendar event in the system. |
| Created Date | Datetime | True |
Timestamp indicating when the calendar event record was first created in Vault. |
| Last Modified By | String | True |
Username or identifier of the user who last updated the calendar event record. |
| Last Modified Date | Datetime | True |
Timestamp capturing the most recent modification date and time of the event record. |
| Description | String | False |
Detailed textual description providing additional context, notes, or summary about the calendar event. |
| End Date | Date | False |
The calendar date on which the event is scheduled to conclude or has ended. |
| End Time | String | False |
Local time value representing when the calendar event finishes, formatted as a string. |
| External ID | String | False |
Optional identifier used to link this calendar event to an external system such as a Customer Relationship Management (CRM) or scheduling platform. |
| Important | Bool | False |
Boolean flag indicating whether the event is marked as important or high priority. |
| Start Date | Date | False |
The calendar date on which the event is scheduled to begin or has begun. |
| Start Time | String | False |
Local time value representing when the calendar event starts, formatted as a string. |
| Time Zone | String | False |
Time zone designation in which the event is scheduled to take place, affecting start and end time interpretation. |
| Legacy CRM Id | String | False |
Identifier carried over from legacy CRM systems, used to maintain continuity in historical data mappings. |
| Calendar | String | False |
Reference to the calendar entity to which this event belongs, enabling grouping or filtering of related events. |