Empty Message in calendar View

Hi sir,

kindly i need to add message in Calendar view of mobile schedule to inform user that there is no events in that day .

thanks ,

Hi,

you can set background image for the list in Month view. “imgs” folder already contains noevents.png image. So, you can try to apply the following:

<style> .day_events{ background: url(../../codebase/imgs/noevents.png) no-repeat top center transparent; } </style>