Re: [Evolution] calendar appt issue
- From: Milan Crha <mcrha redhat com>
- To: evolution-list gnome org
- Subject: Re: [Evolution] calendar appt issue
- Date: Tue, 11 May 2021 08:01:06 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]