response("removeEvent" + getUuid(), new AuSetAttribute(this,"removeDayEvent",Util.encloseEventList(this, _rmEvtList)));
}
public void onModifyDayEventResponse() {
removeAttribute(ATTR_ON_MODIFY_EVENT_RESPONSE);
response("modifyEvent" + getUuid(), new AuSetAttribute(this,"modifyDayEvent",Util.encloseEventList(this, _mdyEvtList)));
}