Hello,
Are you referring to the fact that the current day is displayed bolded in the normal calendar? If this is the case then please note that the module does have the same functionality. You can see this for yourself by going to components/com_rsevents/assets/css/ and editing the style.css file. Just search for :
table.rsevents_calendar_module td.curr-day { font-weight: bold !important;}
and add a size increase declaration:
table.rsevents_calendar_module td.curr-day { font-weight: bold...
If...