event.module

Version

1.215.2.16 (checked in on 2007/07/12 at 14:54:59 by killes)

Constants

Namesort iconDescription
EVENT_PATH

Functions

Namesort iconDescription
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_dstDisplay a page with the timezone and daylight savings time regions.
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_feedUrl wrapper function for rss feeds
event_filter_node
event_filter_nodes
event_form_alter
event_form_dateConstructs the time select boxes.
event_get_calendarReturns a calendar in the requested format, populated with the provided nodes. This is not used internally, rather it is an API funciton for external modules to use for rendering calendars when constructing thier own event objects.
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_is_enabledFind out if a node type is shown in all calendars.
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_render_dayReturns an day of events for a calendar.
event_render_day_singleReturns a link to the event page for a single day.
event_set_rangeUpdate the variables the module uses to track the first and last events.
event_taxonomy_filter
event_taxonomy_filter_formBuilds the taxonomy filter form. * *
event_termUrl wrapper function for static link to calendar by taxonomy terms.
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_validate_form_dateValidates 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). Adjusts times for time zone offsets.
event_week_daysReturns week day names and thier translated values, corrected for the start of week day settings (mon or sun)
event_week_headerFormats the weekday information into table header format
_event_dateFormats 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.
_event_day_of_weekReturn the day of week with start of week offset applied
_event_get_taxonomy_controlReturns a dropdown event taxonomy term input control. * *
_event_get_type_controlReturns a dropdown event-enabled content type input control. * *
_event_mktimeFormats 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.
_event_navBuild the navigation links for the calendar views
_event_node_ical
_event_user_dateReturns a local timestamp (as defined by the user or site's timezone) for midnight GMT.
_event_user_timeReturns a local timestamp based on the user or site time zone.