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

Make workarounds for servers that does not support sync_token properly #183

Open
nevermind19 opened this issue May 6, 2022 · 2 comments
Milestone

Comments

@nevermind19
Copy link

Good evening,
I tried the library with nextcloud, all works good for create ,modify ,search data into nextcloud. I have some trouble with sync_token.. when i used the function objects_by_sync_token(sync_token, load_objects=True) after i did some change into nextcloud (for example move a meet and cancel another)
the server answer with error 418 i'm teapot ..i not understand if i wrong something ....

I also tried to do the same things but only with modify some meetings,without cancel and all was good and the function works ,and returns me all my changes correctly...
It seems likes the problem Is with delete records,Someone know why?

Thanks

@tobixen
Copy link
Member

tobixen commented May 7, 2022

Known server-side issue. At least, it's an issue known by me ... I guess I never bothered to check up if it's known by the nextcloud developers.

@tobixen tobixen added this to the Later milestone May 7, 2022
@tobixen tobixen changed the title Problem with token_sync into nextcloud Make workarounds for servers that does not support sync_token properly May 7, 2022
@tobixen
Copy link
Member

tobixen commented May 7, 2022

This issue should be addressed with Nextcloud, since this is a bug with Nextcloud.

That said, there are many servers having issues with sync tokens. I do have some plans to address this at the client side by downloading the full calendar for servers that does not support sync-tokens properly. Yes, it will be slow. And I will fix #157 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants