Closed marcg1 closed 2 years ago
I need more information. Which version of the extension did you use? The version 1.1 resolved issues with utf8 characters. I can not reproduce your problem, it would be great if I can get an .eml file of the broken invite, so I can direcly debug on that. You can export the email as an .eml file here:
I was using version 1.1. I have a sample .eml, but it contains some PII -- names and email addresses -- that I'd rather not post here. I reached out to you on LinkedIn. Once we connect there, I can send you a copy privately.
Thanks!
Please consider removing invalid characters when decoding the base64-decoded invite.
An invite that I received in Thunderbird and saved via the Outlook/Teams Appointment plugin resulted in a .ics file that could not be imported to Google calendar. Running
base64
directly on the base64-encoded invite block from the message yielded the same result. Runningbase64 -i
on the encoded invite block yielded an importable invite.Thanks for a great Thunderbird extension!