[Bug 1846423]

2021-08-20 Thread Josselin-dulac
True, it seems that removing the agenda and adding it again solves the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846423 Title: Lightning: Cannot dismiss reminders. Got a VALUE paramete

[Bug 1846423]

2021-07-17 Thread Josselin-dulac
I'm worried the fix is not enough. I'm still having errors both in version 78.12.0 and 91.0b1, Linux & Windows: CalDAV: Unexpected status modifying item to MyCalendar: 405 BEGIN:VCALENDAR PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN VERSION:2.0 BEGIN:VEVENT CREATED:20210630T085146Z LAST

[Bug 1846423]

2021-07-17 Thread Josselin-dulac
Thank you @kalle and thank you the whole team (review, commits, and on). This little change will also change my daily use of Thunderbird ^^ (And it was really nothing ^^) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1846423]

2021-06-26 Thread Josselin-dulac
(In reply to Steve B. from comment #47) > AND not introduce a new bug at the same time! > > Thanks! I hope too, it would be sad for my 1st patch :D -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/18464

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Thank you very much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846423 Title: Lightning: Cannot dismiss reminders. Got a VALUE parameter with an illegal type for property: VALUE=DURATION To m

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Well as it's chaining inequality comparisons (to catch wrong types), it will work; if you follow the link to the full source code of this file, this is how the other elements are tested. I'm not sure this is the most optimal way to test it (maybe it is, I don't know of the preprocessor will opti

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Created attachment 9227399 icalparser.c patch to accept DURATION type for the TRIGGER property in iCal files Here's a proper patch file, so it can be easily merged. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
According to the iCal RFC, it should already accept DURATION as it is the default value type, so it really is a Calendar bug: https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.6.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1846423]

2021-06-19 Thread Josselin-dulac
Hello, I don't have time right now to dig into all the stuff to properly propose a patch, but I assume changing those lines in the file icalparser.c (line 1029-1033 in the current version) would work ```case ICAL_TRIGGER_PROPERTY: /* Accept DATE-TIME and DURATION */