You are here

8 calls to calendar_load_calendar_api() in Calendar 5

calendar_calendar_node in ./calendar.module
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_views_query_alter in ./calendar.module
Implementation of hook_views_query() Insert filters into the query based on the current calendar view and the selected fields Used when the actual view arguments don't provide enough info to construct the query. i.e. on a view with no arguments…
theme_calendar_show_nav in ./calendar.theme
Format the calendar navigation