You are here

8 calls to calendar_part_is_valid() in Calendar 5

calendar_filter_day in ./calendar.module
Callback for day filter. Build year, month, day, min, and max into query object.
calendar_filter_month in ./calendar.module
Callback for month filter. Build year, month, day, min, and max into query object.
calendar_filter_week in ./calendar.module
Callback for week filter. Build year, month, day, min, and max into query object.
calendar_filter_year in ./calendar.module
Callback for year filter. Build year, month, day, min, and max into query object.
calendar_get_nodes in ./calendar.module
The workhorse function that takes the beginning array of items and alters it to an array of calendar nodes that the theme can handle.
calendar_nav in ./calendar.module
Function to construct back and next navigation from views arguments
_calendar_limit_nodes in ./calendar.module
A function to adjust node values to slice off times before and after the selected view used for calendars that span days, months, or years since the calendar api automatically creates additional calendars for calendars that extend into another time…
_calendar_make_node in ./calendar.module
A function to create a blank date to force a calendar display when there is no data