Overview

Represent a single date entry from a Calendar.

Filtering

When used in paginations can be filtered with the where filter by:

and sorted with the sort filter by:

Properties

calendar_date.id

Returns the unique ID of the calendar date entry.

calendar_date.caption

Returns the text caption associated with the entry.

calendar_date.date

Returns the date associated with the entry.

Can be formatted with the date filter.

calendar_date.is_recurring

Returns true if this entry represents a recurring event, otherwise returns false.

calendar_date.date_type

Returns the date type of the entry.