nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mhical rejecting "last <x>day in the month"


From: Conrad Hughes
Subject: mhical rejecting "last <x>day in the month"
Date: Tue, 07 Jan 2020 13:45:58 +0000

mhical rejects things like -1SU (last Sunday in the month), despite its
presence (at a cursory glance) in the ical standard:

  sbr/datetime.c:295:
    if (*cp == '+') { ++cp; } /* +n specific day; don't support '-' */
    else if (*cp == '-') { goto fail; }

.. so RRULEs like "FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU," fail.

Is this just a "not yet implemented", so possibly worth my trying to add?

Conrad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]