[Users] Claws Mail 3.15.0 Unleashed!!
Paul Rolland (=?UTF-8?B?44Od44O844Or44O744Ot44Op44Oz?=)
rol at witbe.net
Mon Mar 27 08:37:42 CEST 2017
Hello,
On Sun, 26 Mar 2017 11:16:09 +0100
Paul <claws at thewildbeast.co.uk> wrote:
> * vCalendar plugin: This plugin now uses an external libical, version
> 2.0.0 or newer is required.
Following this change, some invitation are no more properly displayed
(invitation from Apple cloud) and you have instead the error:
Error - Unknown calendar component type.
from vcalendar.c:847.
I've added:
if (vcalviewer->event->type == ICAL_VTODO_COMPONENT) {
vcalviewer_get_request_values(vcalviewer, mimeinfo, TRUE);
+ } else if (vcalviewer->event->type == ICAL_VEVENT_COMPONENT) {
+ vcalviewer_get_request_values(vcalviewer, mimeinfo, TRUE);
} else if (vcalviewer->event->method == ICAL_METHOD_REQUEST ||
vcalviewer->event->method == ICAL_METHOD_PUBLISH ||
vcalviewer->event->method == ICAL_METHOD_CANCEL) {
to the function vcalviewer_get_event(...) to have them displayed again, but
the display is incomplete.
Also, the start time and end time are incorrect.
I can provide the ics is someone is willing to look at that.
Regards,
Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20170327/77f27822/attachment.sig>
More information about the Users
mailing list