Calendar Month View Height

On the calendar monthly view there is room for only one event (calls, meetings, etc)
When I have more than one event it will display +2 +3 etc.
This is not usable for me! 4 to 6 lines would be the best before switching to the + expand view.

Does anyone know how to display more entries before switching to + on the monthly view?

Did you find a way to fix it?

Thanks

Hello, some answer?

I answer my own question,

it is necessary to modify eventLimit in Cal.js, for example:
eventLimit: 6

2 Likes

Where is that file Cal.js?
I am going to try it asap.
Can believe I missed that one!

SuiteCRM\modules\Calendar\Cal.js

1 Like

BIG BIG BIG Thank you, this worked perfect for me!

Edited SuiteCRM\modules\Calendar\Cal.js

Changed
eventLimit:true

to

eventLimit:6

I know this is an old Topic, but just a small correction in case anybody finds it from a search engine:

The correct place to edit eventLimit is in

jssource/src_files/modules/Calendar/Cal.js

and then you should go in Admin / Repairs and run a Repair JS files, that will automatically update the other file (modules/Calendar/Cal.js).