-
Notifications
You must be signed in to change notification settings - Fork 33
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
Google Calendars not shown in "Select calendar" dialog when accepting an event invitation #715
Comments
It looks like the events affected by this have somehow ended up on my calendar anyway, but I think that may be due to some automation on google's side to add invitations to my calendar and maybe not related to this issue |
Thanks for reporting! Are you subscribed to the primary calendar, the one with your name on it? This is the only calendar invitations can be accepted into. Do you maybe have multiple email addresses for that account? Do you have an email account/identity for each of those? |
I am subscribed to the primary calendar. The institution has google apps configured weirdly on a different email domain (i.e. both [email protected] and [email protected] work for receiving email as far as im aware, but you need to use the g. one to sign into google for some reason. the primary account happens to be named using the g. address if that helps anything) so yeah i guess I do have multiple email addresses/identities for that one gmail inbox (i have both @institution and @g.institution set up as identities that i can send from, but i almost always send using the first one) Hope that helps! |
Unfortunately I don't have a clear idea what the issue might be, but I can give you a few pointers on how to find out if you like. So first of all, the currently released codebase is on the The decision making on which calendars show up is done by the itip/imip code in Thunderbird. This in part uses some of the calendar properties here: gdata-provider/src/legacy/modules/gdataCalendar.jsm Lines 328 to 353 in 1b494e0
I'd suggest starting there by setting a breakpoint and checking which code path Let me know if this works for you! |
based on the looks of that code and some basic testing in the debugger, it seems like the cause is that Is there a way to modify this setting somewhere? or is this something that was possible in a previous verison? Happy to wait for the rewrite if that helps make things easier |
You should be able to change this setting in the add-on preferences, can you take a look? |
It looks like we haven't heard back on this issue, therefore we are closing this issue. If this problem persists in the latest version of Thunderbird and the Provider for Google Calendar, please re-open this issue. |
Describe the problem and steps to reproduce it:
What happened?
Dialog pops up but no google-linked calendars are displayed in the list
What did you expect to happen?
Dialog pops up showing all writable calendars
Anything else we should know?
Debug log doesnt seem to show anything
Thunderbird: 115.6.1 (64-bit)
Gdata Provider: 115.0.2 (updated November 16, 2023)
Am happy to submit a PR if this is suspected to be a relatively newcomer-to-the-codebase type fix!
The text was updated successfully, but these errors were encountered: