Is it possible to display nodes in the calender, without a text on them.
I actually like to view only the duration filled by a colored block (dependant on taxonomy with fullcalendar colors).
A workaround now is probably to display the text in the same color.

If you chose an empty field to display in fullcalender settings (under custom title) Fullcalendar defaults to title, while i'd like to display the empty text.

Comments

aspilicious’s picture

Status: Active » Closed (won't fix)

1) You can display empty text by passing any field but rewrite the results to be empty
2) You can't hide the date, srry for that

Going to close this as a won't fix.

tim.plunkett’s picture

If you want, you can rewrite the title to be " " (needs to be a space or something) and explicitly set the title as the custom field.

Or just hide them with CSS.