switched to sabre / vobject library

This commit is contained in:
2016-06-20 19:42:07 +02:00
parent 2c18071de4
commit 2606bf75b1
10 changed files with 113 additions and 46 deletions

View File

@@ -52,7 +52,7 @@ Zarafa.plugins.calendarimporter.data.ResponseHandler = Ext.extend(Zarafa.core.da
* Call the successCallback callback function.
* @param {Object} response Object contained the response data.
*/
doList: function (response) {
doLoad: function (response) {
this.successCallback(response);
},