You are here

Functions in Calendar 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
calendar_info ./calendar.module Function to get information about all views that have calendar components. 6
calendar_install ./calendar.install
calendar_is_calendar ./calendar.module Function to test whether this is a view that uses the calendar plugin theme. 4
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. 4
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_legend_form_submit ./calendar.module Save Setup values.
calendar_max_weeks ./calendar.module Find the number of calendar weeks for a year. 1
calendar_menu ./calendar.module Implementation of hook_menu().
calendar_node_stripe ./calendar.module Create a stripe. 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_page_url ./calendar.module Identify the base url of the page, needed when the calendar is embedded so we don't set the url to the calendar url. 1
calendar_part_is_valid ./calendar.module A function to test the validity of various date parts 6
calendar_querystring ./calendar.module Pick up filter and sort info from url. 6
calendar_real_url ./calendar.module Figure out what the URL of the calendar view we're currently looking at is. 6
calendar_requirements ./calendar.install Implementation of hook_requirements(). Added to be sure the Date API version matches this code so invalid functions are not called.
calendar_setup_form ./calendar.module Setup Calendar parameters in the Setup Tab.
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_trim_text ./calendar.module Trim a post to a certain number of characters, removing all HTML. 1
calendar_uninstall ./calendar.install Implementation of hook_uninstall().
calendar_untranslated_days ./calendar.inc Array of untranslated day name abbreviations, forced to lowercase and ordered appropriately for the site setting for the first day of week. 2
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_update_5001 ./calendar.install Implementation of hook_update().
calendar_update_5200 ./calendar.install
calendar_validate_hex_color ./calendar.module Check to make sure the user has entered a valid 6 digit hex color.
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_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_header ./calendar.inc Formats the weekday information into table header format 2
calendar_wildcard ./calendar.module Substitute a calendar argument with a wildcard.
calendar_year_range ./calendar.module Get the absolute minimum and maxium allowable years for a view. 2 2
get_calendar_node jcalendar/jcalendar.module Get calendar node for popup 1
jcalendar_help jcalendar/jcalendar.module Display help and module information
jcalendar_menu jcalendar/jcalendar.module Implemetation of hook_menu()
jcalendar_views_pre_view jcalendar/jcalendar.module Override the calendar view to inject javascript.
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_colorfield ./calendar.module Format calendar_color textfield.
theme_calendar_colorpicker ./calendar.module Format calendar_colorpicker.
theme_calendar_date_box ./calendar.theme Format an date's day box in a calendar
theme_calendar_date_combo ./calendar.theme Format a from/to date in the calendar view.
theme_calendar_day ./calendar.theme Format a day 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_field ./calendar_ical.module Views field theme for an ical field.

Pages

Other projects