Customizing the Calendar View for Show 2 Field Values.

In Calendar I need to show to 2 field values ID and Status.

Hi @mthirupathi:

Easy way:

Depending on your scenario, it could be done creating a new calendar view.
In your doctype, create a custom field “joining” both fields you want to show.

Now, search calendar view on awesome bar. Here you can create a new calendar for your doctype. Use the new custom field as title.

Deeper customization could be done with client script.
Check this for reference …

Hope this helps.

1 Like