Our powerful JS Calendar component


Post by laur-mgx »

Is it possible to show more then 24h?
At the moment we can give a dayStartTime and dayEndTime, but can not go over the next day.

I would need to show more then 24h in a single day, but go over to the next day and show event in that next day in the current day, hiding then on that day.


Post by marcio »

Hey laur-mgx,

To go over the next day you can use https://www.bryntum.com/docs/calendar/api/Calendar/widget/DayView#config-dayStartShift

But in the daily view, it'll be limited by 24h, so for example

modes : {
        day : {
           
dayStartShift : 12 } }

Will display 12h from one day and 12h for the next day.

Best regards,
Márcio


Post Reply