You are here

Functions in Calendar 5

Primary tabs

Namesort descending Location Description Direct uses Strings
calendar_add_items ./calendar.module Call hooks in other modules to add other items to a calendar view. 4
calendar_args ./calendar.module Valid calendar arguments. 4
calendar_arg_positions ./calendar.module The positions in the view that hold calendar arguments. 2
calendar_block ./calendar.module implementation of hook_block()
calendar_build_field_query ./calendar.module Build a filtering query for an individual date field 1
calendar_build_filter ./calendar.module Compile the filter query for this view. 2
calendar_calendar_node ./calendar.module 3
calendar_calendar_node_day ./calendar.module
calendar_calendar_node_month ./calendar.module Implementation of hook_calendar_node() from the calendar_get_calendar() api calendar api is expecting a function for each calendar type but all of them need the same processing, so run them through a single function instead of duplicating the…
calendar_calendar_node_week ./calendar.module
calendar_clear_all ./calendar.module Empty or reset cached values. 4
calendar_disable ./calendar.install Implementation of hook_disable(). Empty the calendar caches.
calendar_enable ./calendar.install Implementation of hook_enable(). Reset the calendar caches.
calendar_event_date ./calendar_api.inc Formats a GMT timestamp to local date values using time zone offset supplied. All timestamp values in event nodes are GMT and translated for display here. 1
calendar_fields ./calendar.module Identify all potential date/timestamp fields 4 3
calendar_filter_day ./calendar.module Callback for day filter. Build year, month, day, min, and max into query object. 1
calendar_filter_month ./calendar.module Callback for month filter. Build year, month, day, min, and max into query object. 3
calendar_filter_week ./calendar.module Callback for week filter. Build year, month, day, min, and max into query object. 2
calendar_filter_year ./calendar.module Callback for year filter. Build year, month, day, min, and max into query object. 4
calendar_form_alter ./calendar.module Implementation of hook_form_alter(). Make sure calendar_info() and calendar_fields() get updated.
calendar_get_calendar ./calendar_api.inc Adapted from event_get_calendar() function in the event module Reworked to remove dependency on event module 1
calendar_get_formats ./calendar.module Helper function to find the display formats for each part of this view. 1
calendar_get_nodes ./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. 2
calendar_get_paths ./calendar.module 1
calendar_handler_arg_day ./calendar.module Custom views handler for the day argument. 1
calendar_handler_arg_month ./calendar.module Custom views handler for the month argument. 1
calendar_handler_arg_type ./calendar.module Custom views handler for all calendar arguments. 4
calendar_handler_arg_week ./calendar.module Custom views handlers for the week argument. 1
calendar_handler_arg_year ./calendar.module Custom views handler for the year argument. 1
calendar_has_calendar_args ./calendar.module Function to test whether any calendar args are used in this view. 3
calendar_help ./calendar.module Implementation of hook_help().
calendar_ical_add_feeds ./calendar_ical.module Bring an ical feed into the calendar. 1
calendar_ical_add_ical ./calendar_ical.module 1
calendar_ical_cache ./calendar_ical.module Identify the cache where the ical feeds are stored. 3
calendar_ical_calendar_add_items ./calendar_ical.module Implementation of hook_calendar_add_items().
calendar_ical_calendar_add_types ./calendar_ical.module Implementation of hook_calendar_add_types().
calendar_ical_cron ./calendar_ical.module Implementation of hook_cron().
calendar_ical_install ./calendar_ical.install Implementation of hook_install().
calendar_ical_load_date_ical ./calendar_ical.module Helper function to load date_ical file. 3
calendar_ical_menu ./calendar_ical.module Implementation of hook_menu().
calendar_ical_post_view_make_args ./calendar_ical.module helper function -- this function builds a URL for a given feed. It defaults to the built in feed selector, but the 3rd arg can be used to set it up for custom selectors too. 1
calendar_ical_setup_form ./calendar_ical.module Setup Calendar feeds. 1
calendar_ical_setup_form_submit ./calendar_ical.module Save requested values.
calendar_ical_update_1 ./calendar_ical.install
calendar_ical_views_arguments ./calendar_ical.module While we support the global selector, some might want to allow ONLY ical feeds so we support a stingy selector too
calendar_ical_views_feed_argument ./calendar_ical.module feed argument hook that will convert us to ical or display an icon. the 4th argument isn't part of the hook, but we use it to differentiate when called as a hook or when called manually from calendar_ical_views_post_view 2
calendar_ical_views_post_view ./calendar_ical.module post view for our own op -- mimics the feed selector
calendar_ical_views_style_plugins ./calendar_ical.module Provide views plugins for the feed types we support.
calendar_ical_views_tabs ./calendar_ical.module Implementation of hook_views_tabs().
calendar_info ./calendar.module Function to get information about all views that have calendar components. 7

Pages

Other projects