-
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
Attached files to google calendar are not visible from thunderbird (no warning) #22
Comments
In the code I see some parts commented out because 'no support in UI'. TB91 seems to support attachments. Isn't it as easy as enabling that code (line 543 in items.js) and setting attachments to true in manifest.json? (I would have tried this myself, but I got caught in unsolvable differences between files in the official xpi and here on GitHub) |
The official xpi currently released is from the As for the code in items.js you references (you mean this one, right?), that refers to video conferencing links. I'd rather have some dedicated UI that shows all of the conference info, instead of just hack in the URL. Supporting other file attachments should be fairly simple. On the legacy branch, check out the JSONToEvent function that will read the information from Google. As for the ical properties to set, I'd model it loosely according to rfc8607. On the main branch, just add that ical property in a similar fashion as per rfc7265. The Google Calendar API seems to also have a way to modify these, but since they can only be Google Drive attachments it may not be very useful. I'd suggest focusing on a readonly version for now, in that case we might also need some changes (or monkeypatching) in Thunderbird to not allow changes to attachments past their deletion. |
The text was updated successfully, but these errors were encountered: