Functions which handle the display of event nodes in Event 5
Same name and namespace in other branches
- 5.2 event.module \event_view
File
- ./
event.module, line 485
Functions
Name | Location | Description |
---|---|---|
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_get_calendar |
./ |
Returns 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. |