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”?

+1 for this. Also is it possible to do this using client scripts, without going through the .js files to avoid issues while updating versions?

Hi,

You can check some sample code here

It add a new Calendar view for Job card with some information and plan them in Calendar View

1 Like

I saw this one. I was wondering to implement this only using client script.

Thanks!