iCloud-API icon indicating copy to clipboard operation
iCloud-API copied to clipboard

Node API for Apple's iCloud services

Results 41 iCloud-API issues
Sort by recently updated
recently updated
newest added

Upon running `await myCloud.FindMe.get(username, password)`, this error pops up Full error: `TypeError: Cannot read properties of undefined (reading 'findme') at iCloud.__start (/Users/derrickw/VS Code Projects/Find My (Notifications)/node_modules/apple-icloud/resources/apps/FindMe.js:32:63) at Object.main. [as __start]...

I'm wondering if there is any way through this to get the apple health app data that is sync'd with iCloud. It shows up as using up space in my...

https://arxiv.org/pdf/2103.02282.pdf https://gateway.icloud.com/acsnservice/fetch

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.8 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

Hi, when using `npm install apple-icloud` version `1.1.0` is installed which has bug in `self.isLogged` property - it always evaluates to true (because of `username ? (self.username === username)` not...

![iCloud](https://user-images.githubusercontent.com/87794694/133385630-fb8d389a-0308-4c6e-9a26-11d335391f0e.png)

Hi, first of all thanks for the great lib! I'm trying to add an iCalendar connection to my web app so I can read/create/update/delete events on my users' behalf. However...

Trying to fetch contacts from iCloud. On contacts.list method I am getting this error { reason: 'Missing X-APPLE-WEBAUTH-TOKEN cookie', error: 1 } Kindly suggest why I am getting this error....

Hi! I have fixed a couple things in the source code locally to get things working a bit better, but I am stuck here.. It prompts me for my 2...

When using #Contacts.new to add a new contact, I will get the following error message: ``` "requestUUID":"4758bb9d-c842-4efc-8c66-b6e3dc2d18e4","errorReason":"Invalid sync token","errorCode":420 ``` Per documentation, I have used #Contacts.list prior before invoking #Contacts.new...