We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self.account.webservices
getHostFromWebservice
I tried to run the demos and got this for getOpenTasks and similar to this for getCollections:
getOpenTasks
getCollections
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'reminders' of undefined at iCloud.getOpenTasks (......./node_modules/apple-icloud/resources/apps/Reminders.js:7:63) at Object.main.<computed> [as getOpenTasks] (......./node_modules/apple-icloud/resources/helper.js:84:27)
I am not sure if it's because Apple's API is updated or not. If you can give me directions, I could make a pr too to contribute.
The text was updated successfully, but these errors were encountered:
Similar issue with FindMe.get => getHostFromWebservice(self.account.webservices.findme):
FindMe.get
getHostFromWebservice(self.account.webservices.findme)
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'findme' of undefined at iCloud.__start (.../node_modules/apple-icloud/resources/apps/FindMe.js:32:63)
Keep up the good work!
Sorry, something went wrong.
No branches or pull requests
I tried to run the demos and got this for
getOpenTasks
and similar to this forgetCollections
:I am not sure if it's because Apple's API is updated or not. If you can give me directions, I could make a pr too to contribute.
The text was updated successfully, but these errors were encountered: