Hi
,
I found one solution for this issue. I enhanced calendar_daily tag element handler class CL_CHTMLB_CALENDAR_DAY.
I added post exit for RENDER_APPOINTMENT( ). In that post-exit i used color attribute of appoinment value as background color.
IF NOT is_appointment-color IS INITIAL.
CONCATENATE '<div style="background-color:' is_appointment-color '">' rv_html '</div>' INTO rv_html.
ENDIF.
Now its working fine.
Regards
Vijay