Event text not rendering in text view

HI. I’ve got the scheduler working pretty well with my rails app. All except when I click on month view. I’m displaying the name of the person who created the event, so I’m passing text: event.owner to the scheduler in each event. This is not being displayed in my month view.
Looking at the docs it doesn’t seem like I have do anything special to make text be displayed in month view. Am I missing some config option or do I need to run something on the ‘onViewChange’ event.

Thanks

Never mind. I added textColor white to my returned json events and voila I can see the events text and time now in the month view. Easy fix!