Dylan Ferris

Results 201 comments of Dylan Ferris

As a workaround, you could use normal events instead and just style them to look like background events, eg. https://codepen.io/acerix/pen/vYyBxLz?editors=0110

I don't see those classes in your demo, it looks like this when I inspect: ![Screenshot_2024-09-17_21-14-26](https://github.com/user-attachments/assets/9664d673-dcc5-4beb-8691-c09950aef247) But I tested a basic example and can see the class names like `fc-day-sun`...

Please submit this ticket under Issues describing this feature, then link this PR to it.

The default content is replaced when using `eventContent`, the dots show if that template is disabled, but it seems it could be a useful to have a way to customize...

Please submit this ticket under Issues with a [runnable, stripped-down demonstration](http://fullcalendar.io/wiki/Reduced-Test-Cases/) of the bug, then link this PR to it.

I found a [selectMirror](https://fullcalendar.io/docs/selectMirror) setting which sounds like it should do this, but I couldn't get it working so I believe that is a bug: https://codepen.io/acerix/pen/QWbEwOE?editable=true&editors=001

I found out that `selectMirror` is actually only for selecting dates, so this would be new a feature similar to that but for event dragging.

For reference, can be done manually with addEvent in eventDragStart: https://codepen.io/acerix/pen/poErxod?editors=0010

For reference, here is the original ticket: https://fullcalendar.freshdesk.com/a/tickets/829 This was possible in version 3 but the only way I found to do it in v4 is by checking the view...

If I understand, you are looking to set event `resourceIds` based on data in the resources, and to update the `resourceIds` of all events after changes to the resource data....