public abstract class EventBodyHTMLCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
| EventBodyHTMLCustomizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.String | getEventBodyHTML(CalendarEvent calendarEvent,
                CalendarView calendarView)getEventBodyHTML() should be implemented and return the string of HTML to display as
 the body/description text for the passed event. | 
public abstract java.lang.String getEventBodyHTML(CalendarEvent calendarEvent, CalendarView calendarView)
calendarEvent - the event being renderedcalendarView - the view in which the event is being rendered