Default value: ""
Determines the URL of the web service which will be used to store information about events.
$(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;
$("#report").wijevcal({ webServiceUrl: "http://mysite/c1evcalservice.ashx" });
options type wijevcal jQuery Widget