-
Notifications
You must be signed in to change notification settings - Fork 130
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
Thunderbird Free Busy not working #701
Comments
References: https://datatracker.ietf.org/doc/html/rfc5545#section-3.2.9 https://icalendar.org/iCalendar-RFC-5545/3-2-9-free-busy-time-type.html RFC5545 says about FBTYPE "If not specified on a property that allows this parameter, the default is BUSY."
That example specifies what is already the default. In theory, clients should be happy to accept @Iharsh-Mishra @SurajDadral did this problem start happening in a recent release of Thunderbird? Or has this been broken in Thunderbird for a long time? |
@Iharsh-Mishra has this problem/bug been reported to Thunderbird? If so, please provide a link to the bug report. If not, then please report it to Thunderbird and link back to here. Then we can see if Thunderbird is going to adjust its code to conform to the RFC. |
References: https://bugzilla.mozilla.org/show_bug.cgi?id=1931475 mozilla/releases-comm-central#102 This is working fine in Thunderbird version 60.0
For thunderbird versions above 68.0 it is not working. |
https://bugzilla-dev.allizom.org/show_bug.cgi?id=1853385
|
My bad. Now I have updated the link. |
I'd also say that if you want this bug to be fixed, it will probably really help them to include more details on what's wrong ( Because if someone picks up on this ticket this is potentially an easy fix. But if they have to install sabre/dav and reproduce this suddenly could be a bigger task. Also FYI Thunderbird's calendar code is probably mostly Javascript so it may not be that hard to contribute this change either. Just putting it out there! |
The patch has been submitted here |
Changes have been accepted here |
Amazing! power of open source |
So in file
lib/FreeBusyGenerator.php
there was a code added by @evert on line number 591Related Commit
This caused freebusy in Thunderbird not working. For status that are BUSY the response doesn't contain FBTYPE which results to No Information status in Thunderbird.
Right now the response that I am getting, which resulted in Thunderbird showing No Information status of FreeBusy, is like:
But Thunderbird wants this, (to show correct BUSY status):
Reverting the code change will make FreeBusy status work in Thunderbird.
My ThunderBird version is 128.4.1
My sabre/dav version is 4.7
My machine is ubuntu 22.04
The text was updated successfully, but these errors were encountered: