aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2020-04-26DTEND now optional for recurrence sets.Hugo Hörnquist
2020-04-26Add some comments.Hugo Hörnquist
2020-04-26HTML Description exception handler now works.Hugo Hörnquist
2020-04-25Renormalize some dt's to local time, solving owerflow.Hugo Hörnquist
Previously, if a DTEND = 01:00+02:00, but was given in UTC (23:00Z) then the fact that DTEND was in different dates lead to some problems.
2020-04-25Add exception handler to description filter.Hugo Hörnquist
2020-04-25Add new recurrence generator.Hugo Hörnquist
2020-04-25Datetime+ now retains zoneinfo.Hugo Hörnquist
2020-04-25Slightly improve display of EXDATES.Hugo Hörnquist
2020-04-25Remove previous-week-start.Hugo Hörnquist
2020-04-25Add comments in vcomponent/parse.Hugo Hörnquist
2020-04-25Recurrence internal export! count.Hugo Hörnquist
2020-04-25Document 'warning'Hugo Hörnquist
2020-04-25define-config now expands correctly.Hugo Hörnquist
2020-04-25util now sets keyword style.Hugo Hörnquist
2020-04-25Add stream-remove.Hugo Hörnquist
2020-04-25Terminal output end time now end time again.Hugo Hörnquist
2020-04-25Add ice-9 format to datetime/util.Hugo Hörnquist
2020-04-25Add current-datetime.Hugo Hörnquist
2020-04-24Update (start|end)-of-week to work as expected.Hugo Hörnquist
2020-04-23Recurrence rule WKST properly parsed again.Hugo Hörnquist
2020-04-22Improve error reporting on recurrence parse.Hugo Hörnquist
2020-04-22ICAL Change to new tz source.Hugo Hörnquist
2020-04-22Filter X-HNH-FILENAME from ical output.Hugo Hörnquist
2020-04-22ICAL output support for number of new types.Hugo Hörnquist
2020-04-22Add zoneinfo->vtimezone.Hugo Hörnquist
2020-04-22Allow multiple ATETENDEE keys.Hugo Hörnquist
2020-04-22Fix warning parameter.Hugo Hörnquist
2020-04-22Add ~Z format to datetimes.Hugo Hörnquist
2020-04-22Add locale parameter to week-day-name.Hugo Hörnquist
2020-04-22Work on zoneinfo parser.Hugo Hörnquist
2020-04-22Add get-timezone.Hugo Hörnquist
2020-04-22Add time-zero?Hugo Hörnquist
2020-04-22Add iterate procedure.Hugo Hörnquist
2020-04-22Remove define-quick-record macros.Hugo Hörnquist
2020-04-20map takes 2 arguments...Hugo Hörnquist
2020-04-20Add parser for plaintext zoneinfo files.Hugo Hörnquist
2020-04-20Add parameterizised warning procedure.Hugo Hörnquist
2020-04-20Add group prodedure.Hugo Hörnquist
2020-04-20Change cross-product to take any number of lists.Hugo Hörnquist
2020-04-20Add ->> macro.Hugo Hörnquist
2020-04-20Add some week handling procedures.Hugo Hörnquist
2020-04-20Add year-day function.Hugo Hörnquist
2020-04-17Improve some errors.Hugo Hörnquist
2020-04-17RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist
2020-04-16Add week numbers to HTML small calendar.Hugo Hörnquist
2020-04-16Add datetime functions for working with week numbers.Hugo Hörnquist
2020-04-16Fix date-difference when changing year.Hugo Hörnquist
Previously some days in a date-difference would be dropped when the end date was in the year after the start date. There might be more bugs of this nature, better testing should be put in place.
2020-04-16Fix directory-table erroring when subdirs are present.Hugo Hörnquist
2020-04-14Add UI sliders to tune CSS.Hugo Hörnquist
2020-04-10Add some TODO's.Hugo Hörnquist