-
Notifications
You must be signed in to change notification settings - Fork 126
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
fix(freebusy): fixes busy status not shown in thunderbird #702
base: master
Are you sure you want to change the base?
Conversation
@SurajDadral there are various unit tests that expect the previous behavior. Please have a look and adjust those so that the tests pass. |
d128dab
to
5c6cb6c
Compare
@phil-davis updated unit tests, now |
@phil-davis pushed same changes to 4.5 branch in my fork, let me know if I should create MR from that branch instead: https://github.com/sabre-io/vobject/compare/4.5...nexbro:vobject:4.5?expand=1 |
After merging this, I will backport to the relevant supported release branches. |
@staabm @DeepDiver1975 The current behavior of the server code is within the RFC - if Anyway, we could change the server, as per this PR, to do more than the strict minimal behavior as per the RFC, and let it send Opinions please. |
//cc @evert |
My opinion is that some effort should be made to report the bug in the project that has the bug! If that's not going anywhere then consider a workaround. I don't think the change is super risky, but there's a much greater benefit to fix the root problem for the ecosystem as a whole than to admit defeat and assume clients will always remain broken. |
I asked for a link to the Thunderbird bug/problem report: |
Fixes issue #701