Can i add more fields in a row of the Calendar View using frappe.views.calendar?

In the “attendance_calendar.js” i can use the “field_map” dictionary where i have the “title” option. This option can contain only one field, for instance “employee_name”. But how do i display more than one field in the row of Calendar VIew, for instance “employee_name” and “status”?