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
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
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
(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
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
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
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
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.
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 */