2015-06-03

FullCalendar.js, Change Event Title on events load

While working on a new project for $WORK, I had the opportunity to use the FullCalendar.js library, which is a very good attempt at re-creating Google Calendar for us mere mortals.

One of the tasks I wanted to accomplish was to append an object property to the event.title, but not actually change that event title (E.g., event.title = "Test Title", event.custom_property = "tylerdurden1". Title should read "Test Title (tylerdurden1)".).

To accomplish this:


Full initialization: