Search found 120 matches

Where is the scheduler.umd.min.js file in the 4.3.1 release?

Is there another file I should use instead?

Hi, When I schedule something, using the scheduler, I post data to our service and it returns the updated/new data (in JSON). This data is then added to the eventStore. Then we use your summary features (group and normal) and it somehow calculates the summary values using ONLY the data the service r...

Okay, but what about the behavior when we change from the 1/10 to 2/10? Then the october column gets narrow as expected:

Screen Recording 2021-07-23 at 15.22.42.gif
Screen Recording 2021-07-23 at 15.22.42.gif (2.6 MiB) Viewed 900 times
Thanks. If I add "autoAdjustTimeAxis: false" and change the month item to display the date range "new Date('2021-07-01 00:00')" - "new Date('2021-10-01 23:59')" the scheduler renders as the GIF up top. What can I do to display the first of october correctly? It should b...
Hi, Do you have an example page for scheduler where you can change the viewPreset and the date at the same time? In our application we get this behavior when selecting the 1/10 as end date with the viewPreset "monthAndYear": Screen Recording 2021-07-22 at 09.31.20.gif When the end date is ...
Hi, The summaries are not calculated correctly when an event ends outside of the "visible" date/time range. On https://bryntum.com/examples/scheduler/summary/ change "K. Jackson" in "The Luxury Tent" to have end date 12/25/2017. Result: No summary counted for the "...

Oh my god. Thanks!

Here is my code (that does not work in your example): let i = 8; let _leadingZero = (int) => { var str; if (int === 0) { int = int + 1; } str = int.toString(); if (str.length === 1) { return '0' + str; } return str; }; const scheduler = new Scheduler({ appendTo : 'container', minHeight : '20em', res...
Hi, I'm trying to use scheduler (basic example) 4.1.4 locally to add to the store after a request but it does not update the store. I've tried scheduler.eventStore.add and scheduler.eventStore.insert . Should I use another store, use another function or what could it be? The data I'm sending back in...

What's the status for this?