Add Event for scheduler at week mode

Hello

At week view, I want to add event on scheduler AS the attached image (event without a frame).

Please help me how to do that?

Thanks so much.


in dhtmlxscheduler.css you can modify next css classes

.dhx_cal_event div
.dhx_cal_event .dhx_header
.dhx_cal_event .dhx_title
.dhx_cal_event .dhx_body
.dhx_cal_event .dhx_footer

by removing background and borders through them ( the same can be done by using css class template - but you will need to override a lot of rules in such case )

Hello,

Why event always is adjust at right side. How to adjust them to left side.

Thanks

Hello,

Please help me how to set width And height of event.

if I addEvent from 13:00 to 13:30, its content text will be not appeared because of height of event is too short.

Event height is equal to timespan of event. ( it can’t be rendered after end-time point )
As for height of event, you can try to use

scheduler.xy.menu_width = 0;