You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to access my reminders using pyicloud. I managed to connect to the API successfully. But api.reminders.lists returns only 2 items, not created by me. One of which points to the following link - https://support.apple.com/en-us/102457. It seems there is an issue with updated reminders, I tried to figure it out myself, but didn't find any iCloud API documentation.
Environment
pyiCloud release with the issue (pip show pyicloud):
Name: pyicloud
Version: 1.0.0
Summary: PyiCloud is a module which allows pythonistas to interact with iCloud webservices.
Home-page: https://github.com/picklepete/pyicloud
Author:
Author-email:
License: MIT
Location: /opt/pysetup/.venv/lib/python3.11/site-packages
Requires: certifi, click, keyring, keyrings.alt, requests, tzlocal
Required-by:
The problem
I'm trying to access my reminders using pyicloud. I managed to connect to the API successfully. But
api.reminders.lists
returns only 2 items, not created by me. One of which points to the following link - https://support.apple.com/en-us/102457. It seems there is an issue with updated reminders, I tried to figure it out myself, but didn't find any iCloud API documentation.Environment
pip show pyicloud
):python -V
): Python 3.11.10Traceback/Error logs
Checklist
Additional information
The text was updated successfully, but these errors were encountered: