-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
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
Calendar Service Overhaul #399
base: master
Are you sure you want to change the base?
Conversation
Thanks @ACB-prgm , do you know if this project is still maintained? |
Do you mean pyicloud or my branch? I am not adding any more new features to my branch but would fix any issues that arise, and idk about the main branch. |
@ACB-prgm I meant the main branch, but the last commit was on Feb,17 of this year. To check if the owners of this project will review all the pull requests that are pending to merge. |
@JuanFran928 My guess is that they are not maintaining it anymore unfortunately. I just made a PR so that someone might find what I did useful and/or on the off chance it is still maintained, merge it. |
Hello @ACB-prgm, thanks for the fix! :)
always results in AttributeError: 'CalendarObject' object has no attribute 'get_events'. I also tried it with as_objs=False, that results in
or without the [0], I'm using python 3.10. Any ideas what could cause the error? |
Trying it with
yields:
|
fix get_events error with as_objs=True
As for your first comment, it seems you figured it out that As for your second, this is actually an error on my end that I have just fixed and push a change to. Please let me know if you are having any more trouble, and sorry for the late reply. |
@ACB-prgm just wanted to say thanks for the update. It works for me. |
Breaking change
There should not be any breaking changes.
Proposed change
dsid
(this broke several services on pyicloud, including Contacts and Calendar).Type of change
Example of code:
Additional information
dsid
fix is included in this pr because it is required for the new calendar features to work.Checklist
If user exposed functionality or configuration variables are added/changed: