I had posted this yesterday and not sure why it was deleted. I will elaborate on the original issue.

Tested on 7.x-2.0-alpha6 and 7.x-2.x-dev with latest dev versions of views, ctools, and fullcalendar.js

To reproduce:
1) Enable fullcalendar module + dependencies
2) Go to default fullcalendar view
3) Add additional fields to view. Using "Format: FullCalendar" and "Show: Fields (FullCalendar)"
4) Additional fields are not shown on calendar, only the field chosen as "title" in the field settings.

Partial workaround: You can rewrite the field to combine multiple fields in title, but html formatting is lost. Additionally, fields such as flag (with AJAX) do not respond as expected, where a flag should toggle. Choosing "flag link" instead of "node link" also does not resolve properly.

To add additional fields with html markup is a common use case. This can be acheived with the calendar module, but the UI of fullcalendar is much more appealing and functional.

Comments

tim.plunkett’s picture

Status: Active » Closed (duplicate)

We don't delete issues, it was just closed: #1207622: Add additional fields to view

The jQuery plugin only supports a title, and rewriting the field is the only solution we've come up with.
In conjunction with Colorbox, it can pop open the node display with all of the other fields.