Search found 2540 matches

Btw, after site update, all pictures attached to the threads are gone.

Hi! What is the status of 5099? It looks like a simple docs fix.

So recurring events are going to be added to Scheduler Pro soon, great news! We will wait a bit then to see how it works. Have a good evening!

It doesn't support recurring events :)

Hi Mats! What do you think about moving CalendarModel class to basic Scheduler? It would be nice to give availability to different type of resources. Even though basic Scheduler cannot restrict its assignment, but showing the availability as a hint to the user is a nice to have feature. Correspondin...

Please consider it a high prio. Blocks us to update to v5.1.4. Thanks

Hi! There is a problem with events removing. See the test case: Go to https://bryntum.com/examples/scheduler-pro/resource-non-working-time/ Edit the demo by adding vertical mode config mode: 'vertical', Delete an event See the element stays on the screen Hover over the event See the runtime error in...
Basically you are using a date range component in every scheduler demo. See "dateRange" in TimeAxisHeaderMenu . Screen Shot 2022-10-06 at 12.50.16.png But I need something elegant that looks like a single date field. Similar like you have in Vertical demo, but that supports 2 dates to be s...

Hello Nige! Thanks for adding it to your stack of issues. If it has never been implemented, I suggest to implement it the way you don't need to hold shift button. See vuetify component for reference. https://vuetifyjs.com/en/components/date-pickers/#range
Cheers!

Hi! According to your docs there is a multiSelect config on the DatePicker. It seems it doesn't work. I tried it in your code sandbox. const picker = new DatePicker({ appendTo : targetElement, width : '24em', multiSelect : true, date : new Date(), onSelectionChange : ({ selection }) => { Toast.show(...