
if (typeof this['CalendarEvent4DWR'] == 'undefined') {
  CalendarEvent4DWR = function() {
    this.calCurrent = null;
    this.message = null;
    this.callFunctionJS = null;
    this.calendarEvent = null;
  }
}

// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['DWRCalendarEvent'] == 'undefined') this.DWRCalendarEvent = {};

DWRCalendarEvent._path = '/Generic/dwr';

DWRCalendarEvent.doDeleteCalendarEvent = function(p0, callback) {
  dwr.engine._execute(DWRCalendarEvent._path, 'DWRCalendarEvent', 'doDeleteCalendarEvent', p0, callback);
};

DWRCalendarEvent.doSaveCalendarEvent = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, callback) {
  dwr.engine._execute(DWRCalendarEvent._path, 'DWRCalendarEvent', 'doSaveCalendarEvent', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, callback);
};



