djcb / mu

maildir indexer/searcher + emacs mail client + guile bindings
http://www.djcbsoftware.nl/code/mu
GNU General Public License v3.0
1.62k stars 391 forks source link

[mu4e bug] Issue with responding to calendar invites and exporting them to org #2789

Open martinarielhartmann opened 4 days ago

martinarielhartmann commented 4 days ago

Hi,

I haven't tried the "emacs -Q" approach yet, but I want to mention a problem that I get all the time with 1.12.7-st. Let's say I get a calendar invite (anonymized):

1.  ( ) text/plain          ( ) text/html           (*) text/calendar       

[ Accept ]    [ Tentative ]    [ Decline ]    

[ Show Agenda ]    [ Export to Org ]    

Summary:    Teacher Meeting
Location:   X
Time:       <2025-02-11 09:05-10:00 +1m>
Organizer:  X@X.X
Attendance: Required
Method:     REQUEST
Status:     Not replied yet

If I click Accept, Tentative, or Decline, it will store the information in my notes.org, but I'm sent to a mu4e:compose buffer that looks like this:

To: X@X.X
Subject: Re: [name of the meeting]
From: foo bar <my@email.X>
Date: Fri, 29 Nov 2024 09:44:16 +0200
Message-ID: <m1h67qwkkv.fsf@x.x.x>
--text follows this line--
<#multipart type=alternative>
<#part type="text/plain">
<#/part>
<#part type="text/calendar; method=REPLY; charset=UTF-8" buffer="*CAL*">
<#/part>
<#/multipart>

This e-mail doesn't seem to contain anything about my acceptance.

Any help with this would be greatly appreciated. I have been enjoying mu4e for years, had to stop using it due to calendar invites, but now I would love to be back since it's soooooo fast and useful. BTW I don't speak elisp.

GNU Emacs 29.3 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2024-03-24 Macos 15.0 (24A335)

martinarielhartmann commented 3 days ago

This issue has also been reported here: https://github.com/djcb/mu/issues/2666#issuecomment-2058908982

martinarielhartmann commented 3 days ago

And I guess here as well: https://github.com/djcb/mu/issues/1729#issuecomment-1110888804

djcb commented 3 days ago

@Chris00: any idea?