calendarexporter: TODO: write new list module, ics creation improvements

This commit is contained in:
2012-12-06 23:10:23 +00:00
parent 76c2f9192a
commit 8f9248aaff
5 changed files with 153 additions and 11 deletions

View File

@@ -22,6 +22,15 @@ Zarafa.plugins.calendarimporter.data.ResponseHandler = Ext.extend(Zarafa.core.da
this.successCallback(response);
},
/**
* Call the successCallback callback function.
* @param {Object} response Object contained the response data.
*/
doList : function(response)
{
this.successCallback(response);
},
/**
* In case exception happened on server, server will return
* exception response with the code of exception.