Represent a single date entry from a Calendar.
When used in paginations can be filtered with the where filter by:
id
date_type
and sorted with the sort filter by:
date
Returns the unique ID of the calendar date entry.
Returns the text caption associated with the entry.
Returns the date associated with the entry.
Can be formatted with the date
filter.
Returns true
if this entry represents a recurring event, otherwise returns false
.
Returns the date type of the entry.