Customising task list in calendar view to display additional fields

Hi @dntrplytch:

There are different ways to achieve this:

  1. Light customization
    Customize task doctype, adding a new field (Custom subject). You can even hide it. Use a client script to fill the custom subject field with your project data … Then, create a calendar view (search on awesome bar). Use your custom subject field.

  2. Via code
    Override task_calendar.js and get_events on backend method . Best way is creating a custom app instead modifying base code directly.

Check this:

Hope this helps.

1 Like