Wijmo UI for the Web
readOnly Option
wijmo.evcal.wijevcal Namespace > options type : readOnly Option

Default value: false

Set this option to true if you want to prevent users to edit events data.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijevcal("option", "readOnly");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijevcal("option", "readOnly", newValue);
        
});
var readOnly : boolean;
Example
$("#report").wijevcal({ 
  readOnly: true
});
See Also

Reference

options type
wijevcal jQuery Widget