TimelineKit API
    Preparing search index...

    Interface RecurrenceEditResult

    interface RecurrenceEditResult {
        newMaster: CalendarItem | null;
        removeMaster: boolean;
    }
    Index

    Properties

    newMaster: CalendarItem | null

    Newly created master (from series split), or null

    removeMaster: boolean

    true if the original master should be removed from the collection