Name (singular): |
Calendar Recurring Event |
Name (plural): |
Calendar Recurring Events |
Alias (uri): |
calendar_recurring_event |
Identifier (ID): |
cerberusweb.contexts.calendar_event.recurring |
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 |
|
event_end |
text |
The end date/time of the event |
|
event_start |
text |
The start date/time of the event |
|
is_available |
boolean |
true for available; false for busy |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The name of the event |
x |
patterns |
text |
One pattern per line |
|
recur_end |
timestamp |
The end date/time of the recurring range |
|
recur_start |
timestamp |
The start date/time of the recurring range |
|
tz |
text |
The timezone of the recurring event (e.g. America/Los_Angeles ) |
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 |
event_end |
text |
End |
event_start |
text |
Start |
id |
number |
Id |
is_available |
boolean |
Is Available |
name |
text |
Name |
patterns |
text |
Patterns |
record_url |
text |
Record Url |
recur_end |
text |
Recur End |
recur_start |
text |
Recur Start |
tz |
text |
Timezone |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in calendar recurring event search queries:
Worklist Columns
These columns are available on calendar recurring event worklists:
Column |
Description |
c_calendar_id |
Calendar |
c_event_end |
End |
c_event_name |
Event Name |
c_event_start |
Start |
c_id |
Id |
c_is_available |
Is Available |
c_patterns |
Patterns |
c_recur_end |
Recur End |
c_recur_start |
Recur Start |
c_tz |
Timezone |
cf_<id> |
Custom Field |