Search
Calendar.pasteFromClipboard Method ()
See Also
 






Pastes items from the clipboard at the current selection.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void pasteFromClipboard ()

 Remarks

Pastes items from the clipboard into the calendar at the currently selected date and resource. If no date range is selected, the items are added using their original scheduled times; otherwise, they are offset relative to the start of the selection to maintain their relative positions.

The itemPasting event serves as a validation hook, allowing you to inspect each item before it is added to the schedule and optionally skip specific items by setting the Confirm property to false.

 See Also