fullcalendar

FullCalendar - customize event label


Intro:

Primefaces p:schedule uses FullCalendar, so I must ask if FullCalendar can do what I need. If FullCalendar cannot then I will know that Primefaces cannot either.

Question: (short to be clear)

Is there any way to customize event label?
I would like to have label (without hour) with three lines, for example:

Negiotiations
Scott Tiger
level: hard

As you see second line is bold, and in third line we have italic text. Is possible to achieve something like this out of the box? If not any sugestions how to do that?


Solution

  • After checking source code (version 1.6.4) the answer is:

    This is not possible

    In order to achieve this, source code has to be modified.