Class JSOverrideImpl

  • All Implemented Interfaces:
    JSCalendarObject, JSOverride, JSPatchObject, JSValue

    public class JSOverrideImpl
    extends JSPatchObjectImpl
    implements JSOverride
    User: mike Date: 10/24/19 Time: 17:18 We handle an override by taking a complete copy of the master and updating it using the recurrence-id value and any changes in the object. If there are updates to the override they will be reflected in the copy. If we output the result as a patch object we reconstruct the changes from the copy.