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.
        Bye,
        Milan

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

Reply via email to