| Name (singular): | Calendar Event | 
    
      | Name (plural): | Calendar Events | 
    
      | Alias (uri): | calendar_event | 
    
      | Identifier (ID): | cerberusweb.contexts.calendar_event | 
  
Records API
These fields are available in the Records API and packages:
  
    
      | Req'd | Field | Type | Notes | 
  
  
    
      | x | calendar_id | number | The parent calendar of this event | 
    
      |  | date_end | timestamp | The end date/time of the event | 
    
      | x | date_start | timestamp | The start date/time of the event | 
    
      |  | is_available | boolean | truefor available;falsefor busy | 
    
      |  | links | links | An array of record type:idtuples to link to. Prefix with-to unlink. | 
    
      | x | name | text | The name of the event | 
  
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
  
    
      | Field | Type | Description | 
  
  
    
      | _context | text | Record type extension ID | 
    
      | _label | text | Label | 
    
      | _type | text | Record type alias | 
    
      | calendar_ | record | Calendar | 
    
      | calendar_owner_ | record | Calendar Owner | 
    
      | date_end | date | End Date | 
    
      | date_start | date | Start Date | 
    
      | id | number | Id | 
    
      | is_available | boolean | Is Available | 
    
      | name | text | Name | 
    
      | record_url | text | Record Url | 
  
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in calendar event search queries:
Worklist Columns
These columns are available on calendar event worklists:
  
    
      | Column | Description | 
  
  
    
      | *_has_fieldset | Fieldset | 
    
      | c_calendar_id | Calendar | 
    
      | c_date_end | End Date | 
    
      | c_date_start | Start Date | 
    
      | c_is_available | Is Available | 
    
      | c_name | Name | 
    
      | cf_<id> | Custom Field |