DayPilot.Calendar.multiselect.redraw();
This method updates the calendar event highlighting according to the list of selected events.
JavaScript
dpc.multiselect.add(e1, true); dpc.multiselect.add(e2, true); dpc.multiselect.remove(e3, true); dpc.multiselect.redraw();