Show total available event and booked event in one time slot in dhx scheduler?

Show total available event and booked event in one time slot in dhx scheduler ?

Hi @Rijwan_Mohammed

Please check the Cell view mode of the Timeline view, I think it should help you to solve the issue.

The sample: https://docs.dhtmlx.com/scheduler/samples/06_timeline/01_slots.html

is this available in day view ?

You can try to implement it using addMarkedTimespan method with html parameter to specify there a number of events.

To get the events number during the specified period, please use getEvents method.

Also, you can configure the scale of the Timeline view to display a one-day time range.

Regards

1 Like

Hi @Polina can you please share code snippets, Thanks in advance