TB-throwback / LookOut-fix-version

Fork of LookOut (fix version)
51 stars 17 forks source link

[Webextension Regression] - Calendar invites not handled by calendar #104

Open dugite-code opened 1 year ago

dugite-code commented 1 year ago

This was a regression introduced with the migration to webextension. ICS files are extracted but not accessible directly via the standard Calendar accept/decline interface.

vsessink commented 8 months ago

The bug says "closed" but I'm still seeing ".ics" files instead of just the "Lightning" interface showing an invitation. On Linux, luckily, Thunderbird proposes to open this ics-file with Thunderbird, importing the invitation. However MacOS wants "CalendarFileHandler" to open it - delegating calendar management to Apple Calendar. This is with Thunderbird 115.6.1 with Lookout 6.1.

dugite-code commented 8 months ago

Yes the previous issue was a bug in the implementation and was closed as it pertained to an old version of the extension. The new issue is a regression and a new method is required to achieve a similar result as was done in the past.