|
event_calendar_data |
./event.module |
Returns an array of nodes that occur on a given date.
Handles content type and taxonomy filters. |
|
event_form_date |
./event.module |
Constructs the time select boxes. |
|
event_render_day |
./event.module |
Returns an day of events for a calendar. |
|
event_render_day_single |
./event.module |
Returns a link to the event page for a single day. |
|
event_validate_form_date |
./event.module |
Validates the start and end times in a node form submission. |
|
event_week_days |
./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.module |
Formats the weekday information into table header format |
|
_event_date |
./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_mktime |
./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.module |
Build the navigation links for the calendar views |