Search
Calendar.pasteFromClipboard Method (DateTime, Resource)
See Also
 






Pastes items from the clipboard at the specified date and resource.

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

 Syntax

Java  Copy Code

public void pasteFromClipboard (
    DateTime date,
    Resource resource
)

 Parameters

date

The date.

resource

The resource.

 Remarks

Pastes items from the clipboard at the specified date and associates them with the provided resource. If a date is specified, the items are shifted relative to the clipboard's reference date to preserve their relative timing; if the date is null, items are pasted using their original start and end times.

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