| event_admin_overview_settings | Displays and allows an administrator to change the user overview settings for this module. |
| event_admin_timezone_settings | Displays and allows an administrator to change the timezone settings for this module. |
| event_block | Provides the blocks that this module is capable of displaying. |
| event_block_upcoming | Creates a block that contains upcoming events. |
| event_calendar_data | Returns an array of nodes that occur on a given date.
Handles content type and taxonomy filters. |
| event_calendar_day | Displays a daily event calendar. |
| event_calendar_ical | Creates an ical feed of events. |
| event_calendar_list | Creates a themed list of events. |
| event_calendar_month | Displays a monthly event calendar. |
| event_calendar_rss | Creates an rss feed of events. |
| event_calendar_table | Creates a themed table of events. |
| event_calendar_week | Displays a weekly event calendar. |
| event_check_date | Check date string for consistency, values are not checked |
| event_check_dst | Get DST and TZ induced offset of event |
| event_cron | Implementation of hook_cron |
| event_date_later | Return a date $duration days or months after $date |
| event_dst | Display a page with the timezone and daylight savings time regions. |
| event_duration | Return a timespan (in days) between two dates |
| event_elements | Implementation of hook_elements() |
| event_enabled_state | Find the state of a node type. The state determines if and how those nodes
will be displayed in the calendar. The state values are:
'all' Always shown in the calendar.
'solo' Only shown with nodes of its type.
'never'... |
| event_explode_date | Format datetime string as an array |
| event_extra_setting_form_submit | Special submit handler for the site timezone form. |
| event_extra_user_form_submit | Special submit handler for the user timezone form. |
| event_feed | Url wrapper function for rss feeds |
| event_filter_node | |
| event_filter_nodes | |
| event_format_date | Format a date with the given configured format or a custom format string. |
| event_form_alter | Implementation of hook_form_alter |
| event_form_validate | Special validate handler for the node form |
| event_get_dst_regions | |
| event_get_events | Get events between two specified dates |
| event_get_types | Get an array of nodes with a given state. If no state is provided an array
with all nodes keyed by state will be returned. The possible states are:
'all' Always shown in the calendar.
'solo' Only shown with nodes of its... |
| event_help | Displays the help text for this module. |
| event_ical | Url wrapper function for ical feeds |
| event_implode_date | Format datetime array as a string |
| event_include_files | Includes files needed for this module |
| event_is_dst | Check if time is in Daylight Savings Time |
| event_is_enabled | Find out if a node type is shown in all calendars. |
| event_is_later | Compares two dates in format YYYY-MM-DD HH:mm:ss or as a date array |
| event_join | Returns SQL JOIN statement to use for event queries |
| event_link | Provides the links that should be displayed when viewing events. |
| event_menu | Implementation of hook_menu() |
| event_nodeapi | hook_nodeapi implementation |
| event_node_ical | Return an ical for a specific event |
| event_page | Displays a page containing event information. The page layout defaults to a
graphical calendar. |
| event_pre_render | Helper function to add missing properties |
| event_render_day | Returns an day of events for a calendar. |
| event_render_day_single | Returns a link to the event page for a single day. |
| event_same_day | Are two dates on the same day? |
| event_schema_alter | Implementation of hook_schema_alter(). We alter $schema by reference. |
| event_select | Return SQL string for SELECT statement |
| event_set_range | Update the variables the module uses to track the first and last events. |
| event_strip_time | Returns only the date component of a date format |
| event_taxonomy_filter | |
| event_taxonomy_filter_form | Builds the taxonomy filter form. |
| event_term | Url wrapper function for static link to calendar by taxonomy terms. |
| event_theme | Implementation of hook_theme() |
| event_timezone_map | Translates offset in seconds to a timezone ID |
| event_type | Url wrapper function for static link to calendar by content type. |
| event_type_filter_form | Builds the form array for the content type input control. |
| event_user | Implementation of hook_user. |
| event_validate | Validates the start and end times in a node form submission.
Changes 24 hour time to 12 hour time (if the module is configured to do this). |
| event_week_days | Returns week day names and their translated values, corrected for
the start of week day settings (mon or sun). |
| event_week_header | Formats the weekday information into table header format |
| event_where | Return SQL string for WHERE statement |
| event_zonelist | Returns an array of timezones, either keyed by the zones's numeric
ID or by a composite key of ID and offset in seconds. |
| event_zonelist_by_id | Returns a single timezone |
| event_zone_by_name | Returns a single timezone by name |
| expand_event | Roll out a single event element. |
| _event_block_upcoming | Helper function for upcoming events block. Can be called by other modules.See alsoevent_block_upcoming |
| _event_day_of_week | Return the day of week with start of week offset applied |
| _event_format_url | Format event date for use in URL |
| _event_get_taxonomy_control | Returns a dropdown event taxonomy term input control. |
| _event_get_type_control | Returns a dropdown event-enabled content type input control. |
| _event_hour_to_ampm | Change hour if am/pm format is requested |
| _event_months | |
| _event_months_abbrev | |
| _event_nav | Build the navigation links for the calendar views |
| _event_node_ical | |
| _event_user_date | Returns a local time (as defined by the user or site's timezone) for
midnight GMT. |
| _event_user_time | Returns local date + time based on the user or site time zone. |