event.module

Version 1.407 (checked in on 2010/02/26 at 10:20:50 by killes)

Constants

NameDescription
EVENT_API
EVENT_PATH

Functions

NameDescription
event_admin_overview_settingsDisplays and allows an administrator to change the user overview settings for this module.
event_admin_timezone_settingsDisplays and allows an administrator to change the timezone settings for this module.
event_blockProvides the blocks that this module is capable of displaying.
event_block_upcomingCreates a block that contains upcoming events.
event_calendar_dataReturns an array of nodes that occur on a given date. Handles content type and taxonomy filters.
event_calendar_dayDisplays a daily event calendar.
event_calendar_icalCreates an ical feed of events.
event_calendar_listCreates a themed list of events.
event_calendar_monthDisplays a monthly event calendar.
event_calendar_rssCreates an rss feed of events.
event_calendar_tableCreates a themed table of events.
event_calendar_weekDisplays a weekly event calendar.
event_check_dateCheck date string for consistency, values are not checked
event_check_dstGet DST and TZ induced offset of event
event_cronImplementation of hook_cron
event_date_laterReturn a date $duration days or months after $date
event_dstDisplay a page with the timezone and daylight savings time regions.
event_durationReturn a timespan (in days) between two dates
event_elementsImplementation of hook_elements()
event_enabled_stateFind 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_dateFormat datetime string as an array
event_extra_setting_form_submitSpecial submit handler for the site timezone form.
event_extra_user_form_submitSpecial submit handler for the user timezone form.
event_feedUrl wrapper function for rss feeds
event_filter_node
event_filter_nodes
event_format_dateFormat a date with the given configured format or a custom format string.
event_form_alterImplementation of hook_form_alter
event_form_validateSpecial validate handler for the node form
event_get_dst_regions
event_get_eventsGet events between two specified dates
event_get_typesGet 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_helpDisplays the help text for this module.
event_icalUrl wrapper function for ical feeds
event_implode_dateFormat datetime array as a string
event_include_filesIncludes files needed for this module
event_is_dstCheck if time is in Daylight Savings Time
event_is_enabledFind out if a node type is shown in all calendars.
event_is_laterCompares two dates in format YYYY-MM-DD HH:mm:ss or as a date array
event_joinReturns SQL JOIN statement to use for event queries
event_linkProvides the links that should be displayed when viewing events.
event_menuImplementation of hook_menu()
event_nodeapihook_nodeapi implementation
event_node_icalReturn an ical for a specific event
event_pageDisplays a page containing event information. The page layout defaults to a graphical calendar.
event_pre_renderHelper function to add missing properties
event_render_dayReturns an day of events for a calendar.
event_render_day_singleReturns a link to the event page for a single day.
event_same_dayAre two dates on the same day?
event_schema_alterImplementation of hook_schema_alter(). We alter $schema by reference.
event_selectReturn SQL string for SELECT statement
event_set_rangeUpdate the variables the module uses to track the first and last events.
event_strip_timeReturns only the date component of a date format
event_taxonomy_filter
event_taxonomy_filter_formBuilds the taxonomy filter form.
event_termUrl wrapper function for static link to calendar by taxonomy terms.
event_themeImplementation of hook_theme()
event_timezone_mapTranslates offset in seconds to a timezone ID
event_typeUrl wrapper function for static link to calendar by content type.
event_type_filter_formBuilds the form array for the content type input control.
event_userImplementation of hook_user.
event_validateValidates 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_daysReturns week day names and their translated values, corrected for the start of week day settings (mon or sun).
event_week_headerFormats the weekday information into table header format
event_whereReturn SQL string for WHERE statement
event_zonelistReturns 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_idReturns a single timezone
event_zone_by_nameReturns a single timezone by name
expand_eventRoll out a single event element.
_event_block_upcomingHelper function for upcoming events block. Can be called by other modules.See alsoevent_block_upcoming
_event_day_of_weekReturn the day of week with start of week offset applied
_event_format_urlFormat event date for use in URL
_event_get_taxonomy_controlReturns a dropdown event taxonomy term input control.
_event_get_type_controlReturns a dropdown event-enabled content type input control.
_event_hour_to_ampmChange hour if am/pm format is requested
_event_months
_event_months_abbrev
_event_navBuild the navigation links for the calendar views
_event_node_ical
_event_user_dateReturns a local time (as defined by the user or site's timezone) for midnight GMT.
_event_user_timeReturns local date + time based on the user or site time zone.