Search
Recurrence.markException Method
See Also
 






Marks the specified item as an exception in the Recurrence pattern.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

function markException (item, [deleted, reminder])

 Parameters

item

Item. The item to be marked as an exception.

deleted
Optional.

Boolean. Specifies whether the exception is created by deleting oneoccurrence from the recurrent pattern or by changing the occurrence time properties.

reminder

*. For internal use.

 Remarks

The Calendar control calls this method when a user drags an occurrence item or edits its text, thus creating an exception of the recurrence.

 See Also