On Tue, 2021-05-11 at 08:01 +0200, Milan Crha via evolution-list wrote:
> On Mon, 2021-05-10 at 18:41 -0500, Anonymous Japhering via evolution-
> list wrote:
> > Unable to send item to calendar “mike@*************.com :
> > mike@*************.com”. Cannot receive calendar objects: Unsupported
> > method
> 
>         Hi,
> see the message source (Ctrl+U), there's a text/calendar part, which
> contains the component. It can be base64 encoded, thus possibly decode
> it with a command line `base64 -d`. It might look like:
> 
>    BEGIN:VCALENDAR
>    ...
>    METHOD:xxx
>    ...
>    BEGIN:VEVENT
>    ...
>    END:VEVENT
>    END:VCALENDAR
> 
> It's the 'METHOD' (in the case above the "xxx"), which the destination
> calendar does not understand.

This is what I see --

   BEGIN:VCALENDAR
   METHOD:REPLY
   PRODID:Microsoft Exchange Server 2010
   VERSION:2.0
   

One would think that reply would be safe :-/


_______________________________________________
evolution-list mailing list
[email protected]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to