Can we use GData and JScript for List Batch?

http://code.google.com/p/gdata-javascript-client/

for update i use

    updateEntry: function(scope, entry, success, error){
        var service = new google.gdata.client.GoogleService();
        service.updateEntry(scope, entry, function(response){
            success(response);
        }, error ? error : this.onError, google.gdata.Entry);
    },

How i can do Batch?

Reply via email to