I am using primefaces(3.0) scheduler component.
http://www.primefaces.org/showcase-labs/ui/schedule.jsf
As we can see here there there are some events create
if you need, add style class and data in the same event.
Example:
String id="2"; DefaultScheduleEvent evento = new DefaultScheduleEvent("titule", new Date(), new Date(), id); evento.setStyleClass("event-close");
In the CSS, Damian's response is good.