You are here

Functions in Calendar 5

Primary tabs

Namesort descending Location Description Direct uses Strings
calendar_install ./calendar.install Implementation of hook_install(). Reset the calendar caches.
calendar_is_calendar ./calendar.module Function to test whether this is a view that uses the calendar plugin theme. 2
calendar_is_calendar_arg ./calendar.module Is the current argument a calendar argument. Used to sort out whether or not to display the calendar at each point. 3
calendar_is_last_arg ./calendar.module Identify the final calendar argument in this view. Needed because we can't construct a query until we know all the calendar elements. Used to tell when to add the filter to the query object. 1
calendar_load_calendar_api ./calendar.module Helper function for loading calendar_api. 8
calendar_load_date_api ./calendar.module Helper function for loading date_api. 19
calendar_menu ./calendar.module Implementation of hook_menu().
calendar_mktime ./calendar_api.inc Formats local time values to GMT timestamp using time zone offset supplied. All time values in the database are GMT and translated here prior to insertion.
calendar_nav ./calendar.module Function to construct back and next navigation from views arguments 1
calendar_node_stripe ./calendar.module create a stripe id from a combination of the field and content types and store value for legend formula tries to create a unique id for each possible combination 1
calendar_offset ./calendar.module TODO need to identify type of timezone handling needed for each date field
calendar_og_groups ./calendar.module Helper function to figure out a group gid to use in blocks. 1
calendar_part_is_valid ./calendar.module A function to test the validity of various date parts 8
calendar_real_url ./calendar.module Figure out what the URL of the calendar view we're currently looking at is. 3
calendar_setup_form ./calendar.module Setup Calendar parameters in the Setup Tab. 1
calendar_setup_form_submit ./calendar.module Save Setup values.
calendar_switch_view ./calendar.module A block with a drop-down list that allows the user to switch between views of the current period 1
calendar_uninstall ./calendar.install Implementation of hook_uninstall().
calendar_update_5000 ./calendar.install Move these caches from 'cache' to 'cache_views' so they get cleared automatically whenever views_invalidate_cache() is called.
calendar_url_append ./calendar.module Pick up filter and sort info from url. 4
calendar_user_date ./calendar_api.inc Returns a local timestamp (as defined by the user or site's timezone) for midnight GMT. 8
calendar_views_arguments ./calendar.module Implementation of hook_views_arguments()
calendar_views_default_views ./calendar.module Implementation of hook_views_default_views()
calendar_views_post_view ./calendar.module Implementation of hook_views_post_view().
calendar_views_pre_view ./calendar.module Implementation of hook_views_pre_view()
calendar_views_query_alter ./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…
calendar_views_style_plugins ./calendar.module Implementation of hook_views_style_plugins()
calendar_views_tabs ./calendar.module Implementation of hook_views_tabs().
calendar_views_validate ./calendar.module Validate a view during Views administration. 1
calendar_view_types ./calendar.module Function to return all possible calendar views page display types. 2
calendar_week ./calendar.module Handle a lot of messy week calculations all in one place to make maintenance easier 3 3
calendar_week_days ./calendar_api.inc Returns week day names and thier translated values, corrected for the start of week day settings (mon or sun) 2
calendar_week_header ./calendar_api.inc Formats the weekday information into table header format 1
calendar_week_range ./calendar.module Get the start and end datestamp for a calendar week. 6
calendar_week_year ./calendar.module Find the calendar week number and year for a date. 2
theme_calendar_arg_title ./calendar.theme Theme the calendar title and breadcrumbs Arguments are evaluated in year, month, day or year, week order so you can track previous values in the session.
theme_calendar_calendar_node ./calendar.theme Themeable node display
theme_calendar_date_box ./calendar.theme Format an date's day box in a calendar
theme_calendar_day ./calendar.theme Format a calendar view
theme_calendar_empty_day ./calendar.theme Format an empty day on a calendar
theme_calendar_ical_feed ./calendar_ical.module plugin that actually displays an ical feed
theme_calendar_ical_node ./calendar_ical.module A theme for the ical nodes.
theme_calendar_links ./calendar.theme Format the links for calendar calendars
theme_calendar_month ./calendar.theme Format a calendar view
theme_calendar_nav_next ./calendar.theme Format the 'next' navigation controls for calendar calendars
theme_calendar_nav_prev ./calendar.theme Format the 'previous' navigation controls for calendar calendars
theme_calendar_nav_title ./calendar.theme Theme the navigation bar title
theme_calendar_nav_wrapper ./calendar.theme Theme for the back/next navigation bar This is really hackish to put it in a table, but so many themes break otherwise that I gave up on anything else
theme_calendar_node_day ./calendar.theme Format an calendar node for display in an expanded calendar, like a calendar page
theme_calendar_node_month ./calendar.theme Format an calendar node for display in an expanded calendar, like a calendar page

Pages

Other projects