Dylan Ferris

Results 89 comments of Dylan Ferris

I made a demo to check this and it seems DST is not currently accounted for: https://codepen.io/acerix/pen/KKYNdLX?editors=001 It may be more appropriate to actually remove the time slot from 2am...

Thanks, confirmed. It seems the issue is the timezone set when building the project, I don't see the issue in this example: https://codepen.io/acerix/pen/bGOmKOV?editors=0010 So, as a workaround you could build...

It seems the issue is with the timezone when building (not the user's timezone), so you could change the timezone of your build system to UTC, or if that is...

I didn't realize it worked differently in the other views. You can change `firstDate` from `datesSet` depending on the view which seems to work as expected: https://codesandbox.io/p/sandbox/sad-zeh-d2ptmd?file=%2Fsrc%2FApp.js%3A56%2C5 Another workaround that...

I'm not familiar with standalone, are you looking for the Angular component to be migrated to standalone as this guide describes? https://angular.io/guide/standalone-migration

I made a demo showing the selection is limited to one resource. https://codepen.io/acerix/pen/bGboPwM?&editable=true&editors=001 To confirm, are you looking to allow the selecting to go through multiple adjacent resources? Your "option...

If this is a question, please refer to the [support page](https://fullcalendar.io/support/) and use [Stack Overflow](https://stackoverflow.com/questions/tagged/fullcalendar) for help. If you are proposing a new feature, how do you expect the events...

Thanks for the detailed report and workaround. I will reopen this issue as a feature request to support SalesForce Lighting without having to modify the source. (Reported in https://fullcalendar.freshdesk.com/a/tickets/1785)

Similar to https://github.com/fullcalendar/fullcalendar/issues/2774, but that is for vertical scrolling, so I believe this is different since it is horizontal scrolling.

If you mean having them snap to the nearest minute instead of timeslot, you can do that with `snapDuration`: https://codepen.io/acerix/pen/NWmqgBV?editors=001