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

Default value: ""

Determines the URL of the web service which will be used to store information about events.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "webServiceUrl");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "webServiceUrl", newValue);
        
});
var webServiceUrl : string;
Example
$("#report").wijevcal({ 
  webServiceUrl: "http://mysite/c1evcalservice.ashx" 
});
See Also

Reference

options type
wijevcal jQuery Widget