Skip to content
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

added CalendarAPI with the help of caldav #136

Merged
merged 4 commits into from
Sep 29, 2023
Merged

added CalendarAPI with the help of caldav #136

merged 4 commits into from
Sep 29, 2023

Conversation

bigcat88
Copy link
Member

Fixes #120

In future we should use our own DAV stuff that was written for Files already and Objects API from caldav, so we need to implement our custom DAVClient and DAVResponse with compatible format for caldav.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #136 (97c6358) into main (c12bd13) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #136   +/-   ##
=======================================
  Coverage   99.74%   99.75%           
=======================================
  Files          32       33    +1     
  Lines        2781     2809   +28     
=======================================
+ Hits         2774     2802   +28     
  Misses          7        7           
Files Coverage Δ
nc_py_api/_session.py 98.47% <100.00%> (ø)
nc_py_api/_version.py 100.00% <100.00%> (ø)
nc_py_api/calendar.py 100.00% <100.00%> (ø)
nc_py_api/nextcloud.py 100.00% <100.00%> (ø)

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@bigcat88
Copy link
Member Author

errors should be fixed with cloud-py-api/app_api@d3d7a60

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@bigcat88 bigcat88 merged commit 674d44a into main Sep 29, 2023
14 checks passed
@bigcat88 bigcat88 deleted the caldav branch September 29, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Calendar API
1 participant