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
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Extracting Links from HTML Message, Andy Bradford |
|---|---|
| Next by Date: | Re: Extracting Links from HTML Message, Ralph Corderoy |
| Previous by Thread: | Extracting Links from HTML Message, Martin McCormick |
| Next by Thread: | Re: mhical rejecting "last <x>day in the month", David Levine |
| Indexes: | [Date] [Thread] [Top] [All Lists] |