So, I sent a request to Seongnoh Yi explaining my problem and he sent me a custom css configuration that I added. I must say it is perfect and exactly what I was looking for.
I am using “Weeks” view that shows 4 weeks by default but no time for events. I went ahead and added this to my custom.css and it is now showing events inside calendar view.
here is the config to be added to /css/custom.css
.CALEXT .tableStyle .eventTime {
display:block;
font-size:10px;
}
Let me know what do you think?