bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Non-Working Exceptions #10092

Open MRC38 opened 1 month ago

MRC38 commented 1 month ago

A 1 day non-working exception only assigns to the calendar if you make it 2 days, then shows as 1 day.

image

arcady-zherdev commented 1 month ago

@MRC38 End date value is not inclusive exactly the same way we have in other places (in the task editor for instance). So these values from the editor are just used as-is without any hidden twists. For example your screenshot data results [2024-09-18 00:00, 2024-09-19 00:00) range which is what calendars expect.

MRC38 commented 1 month ago

But our working time is is not 00.00 to 00.00 is is 8am to 5pm with 1 hour lunch. So 2024-09-18 to 2024-09-19 should be 2 days. I.e 2024-09-18 08:00, 2024-09-19 17:00.

1 working day is 2024-09-18 08:00, 2024-09-18 17:00