I'm trying to figure out how I can overrule the RecurrenceConfirmationPopup and always use "Only this event". I haven't been able to find any configuration I can do to do this, can you guys help me out?
The use case is that we do the recurrence editing on another screen, and the calendar is only used to change specific events.
Thank you for the notice. We will gladly await the new configuration feature.
In the meantime, I have implemented your workaround. We'd also like this to happen when you drag/resize an event. I've been able to access the recurrenceConfirmation through this.eventEdit.recurrenceConfirmation, but I seem to be getting eventtip errors.
Uncaught TypeError: Cannot read properties of undefined (reading 'readOnly')
at EventTip.updateContent (EventTip.js:243:301)
at EventTip.refreshContent [as refreshContentNow] (EventTip.js:225:1)
at EventTip.eval (Delayable.js:642:1)
at EventTip.invoker (Delayable.js:61:1)
at eval (Delayable.js:304:1)
this happens when I call this.eventEdit.recurrenceConfirmation.processSingleRecord() from beforeEventDropFinalize event.
It won't be working like that, you're setting EventEdit feature dialog in EventDrag feature event. I am afraid you need to wait for our update.
I added a note to the ticket.
It won't be working like that, you're setting EventEdit feature dialog in EventDrag feature event. I am afraid you need to wait for our update.
I added a note to the ticket.