| calendar_event_date | calendar/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. |
| calendar_mktime | calendar/calendar_api.inc | Formats 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. |
| calendar_week_days | calendar/calendar_api.inc | Returns week day names and thier translated values, corrected for the start of week day settings (mon or sun) |
| calendar_week_header | calendar/calendar_api.inc | Formats the weekday information into table header format |
| event_calendar_data | event/event.module | Returns an array of nodes that occur on a given date.
Handles content type and taxonomy filters. |
| event_form_date | event/event.module | Constructs the time select boxes. |
| event_render_day | event/event.module | Returns an day of events for a calendar. |
| event_render_day_single | event/event.module | Returns a link to the event page for a single day. |
| event_taxonomy_filter_form | event/event.module | Builds the taxonomy filter form.
*
* |
| event_type_filter_form | event/event.module | Builds the form array for the content type input control.
*
* |
| event_validate_form_date | event/event.module | 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).
Adjusts times for time zone offsets. |
| event_week_days | event/event.module | Returns week day names and thier translated values, corrected for the start of week day settings (mon or sun) |
| event_week_header | event/event.module | Formats the weekday information into table header format |
| _decisions_form_date | decisions/decisions.module | Constructs the time select boxes. |
| _event_date | event/event.module | 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. |
| _event_get_taxonomy_control | event/event.module | Returns a dropdown event taxonomy term input control.
*
* |
| _event_get_type_control | event/event.module | Returns a dropdown event-enabled content type input control.
*
* |
| _event_mktime | event/event.module | Formats 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_nav | event/event.module | Build the navigation links for the calendar views |