Skip to content

TypeError: cb is not a function #5

@saqibomer

Description

@saqibomer

I am trying to get events and it is raising exception.
/node_modules/icloud/index.js:144 cb(null, body)
TypeError: cb is not a function
This is how I am calling events function.
`instance.login(username, password, function(err) {
if (err) return console.log('login failed');

instance.events("2015-07-16","2016-07-16","America/New_York", function( err, results){
    
    if (err) {
        console.log('failed to fetch contacts');
        res.send(err);
    } else {
        console.log(results.contacts);
        res.send(results.result);
    }
    
});

});`

What I am doing wrong? Running on localhost, macos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions