Change calendar default view

Hi @Iulian_Olaru,

Please apply a custom/client script.

DocType: Event
Apply To: List

Script:

frappe.listview_settings['Event'].onload = function(listview) {
    window.location.href = "/app/event/view/calendar/default";
}; 

Reload and check it, please.

Thank You!

8 Likes