$(function () { var returnsValue; // Type: any // Parameters var calendar; // Type: object returnsValue = $(".selector").wijevcal("showEditCalendarDialog", calendar); });
function showEditCalendarDialog( calendar : object ) : any;
Parameters
- calendar
- Calendar object or calendar name. Calendar object fields: id - String, unique calendar id, this field generated automatically; name - String, calendar name; location - String, location field; description - String, calendar description; color - String, calendar color; tag - String, this field can be used to store custom information.