thunderbird / thunderbird-android

Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
https://thunderbird.net/
Apache License 2.0
10.49k stars 2.49k forks source link

calendar #8244

Open tino1003870 opened 2 weeks ago

tino1003870 commented 2 weeks ago

Checklist

App version

8.0b1

Problem you are trying to solve

please include a Lightning-approach in Android version too.

Suggested solution

include calendar part

Screenshots / Drawings / Technical details

No response

rezazarchi commented 5 days ago

Every email with a calendar invitation, has an ics formatted attachment which its content type is text/calendar. We can extract most important information of that calendar event from the ics file using a parser like ical4j library and show them in a readable format in the MessageView screen.