I have events with no end-date set (= null) loaded from my server.
The scheduler displays these with the current date-time as an end. All fine with that.
Once I start moving or resizing this "endless" event, the scheduler overwrites my original ".end = null" value.
I'm trying to set back the .end-value after moving (within my own: onEventMove) to .end=null, again.
But that does not work.
Any chance to get solved (without having reload everything...) ?
Any kind of suggestions - veeery much appreciated! :)