nextcloud / mail

💌 Mail app for Nextcloud
https://apps.nextcloud.com/apps/mail
GNU Affero General Public License v3.0
830 stars 257 forks source link

Calendar integration - automatically show incoming (new) appointments in the calendar as tentative #9470

Open sascha08-15 opened 5 months ago

sascha08-15 commented 5 months ago

Is your feature request related to a problem? Please describe.

The problem is I do not see incoming invitations in my calendar but have to go to the mail I got the invite.

Describe the solution you'd like

Like in outlook, I'd expect incoming appointments to show up as tentative (do not auto reply) in my default (configured) calendar. This would (perhaps) mean .ical, .ics files would be processed by the mail plugin.

Describe alternatives you've considered

Automation with Zapier and integration of mail and caldav as a workaround. Nasty hack instead of having the perfect toolchain in nextcloud.

Additional context

Maybe this can be developed as separate plugin and must not be part of the mail app. But it's very closely related to the mail plugin.

beccon4 commented 5 months ago

I'd be happy to be able to get incoming appointments into the calendar without having to download them first to my terminal in the first place. Doing daily chores such as keeping schedules are quite tedious with Nextcloud: go to Mail, download the .ics or .ical attachment (which in some cases is not possible because Mail recognises it as an appointment but is unable to insert it into its calendar :-( ) - then go to Calendar and import it. (and whan at a untrusted terminal delete the .ics/.ical file)

Related issues #2134 , #8458 , #8881 , #8335