{{ calendar_entries }}

calendar_entries Summary

Contains multiple calendar_entries.

calendar_entries Properties

FieldTypeDescription
object_typestring"calendar_entries"
is_validtrue/falsetrue if this contains at least one calendar_entry
prependedlist of calendar_entriescalendar_entries that will be listed at the beginning of the items list
fetchedlist of calendar_entriesThe primary list of calendar_entries to be included in the items list
appendedlist of calendar_entriescalendar_entries that will be listed at the end of the items list
appended_uniquelist of calendar_entriescalendar_entries that will be listed at the end of the items list, excluding any calendar_entries that are already included in either the prepended or fetched lists
itemslist of calendar_entriesThe full list of calendar_entries in the proper order and uniqueness, including prepended, fetched, and appended calendar_entries
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended calendar_entries
limitnumberThe maximum number of calendar_entries that could have been fetched dynamically from the database
startnumberThe 1-based index of the first calendar_entry that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of calendar_entries that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of calendar_entries in the database that matched the provided filter parameters when fetching the list of fetched calendar_entries
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched calendar_entries - as determined by the total_count and limit properties
outputhtmlThe default output that the calendar_entries will produce when it is output directly to the template - using the "output_in_list" property of each calendar_entry in the items list