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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijevcal("option", "webServiceUrl"); // Set value var newValue; // Type: string $(".selector").wijevcal("option", "webServiceUrl", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#report").wijevcal({ webServiceUrl: "http://mysite/c1evcalservice.ashx" });