aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse.scm (follow)
Commit message (Expand)AuthorAge
* Change internal fields to stat with a dash.Hugo Hörnquist2020-07-24
* Remove bytevector depend in vcomponent/parse.Hugo Hörnquist2020-07-07
* Rename parse component to parse ical.Hugo Hörnquist2020-07-07
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
* Add structure for importing events.Hugo Hörnquist2020-06-25
* Resolve some TODO's.Hugo Hörnquist2020-06-12
* Remove deprecated read-tree.Hugo Hörnquist2020-05-23
* Add short commentary on difference between parse and parse/component.Hugo Hörnquist2020-05-09
* Remove old parser, rename new parser to component.Hugo Hörnquist2020-05-09
* New parser now on feature parity with old.Hugo Hörnquist2020-05-09
* Set X-HNH-FILENAME outside parse-calendar.Hugo Hörnquist2020-05-09
* Move vcalendar parse code into own file.Hugo Hörnquist2020-05-09
* Remove unused with-vline-tz.Hugo Hörnquist2020-05-08
* Change to only call get-datetime in parse.Hugo Hörnquist2020-05-05
* Replace direct output to current-error-port with warnings.Hugo Hörnquist2020-05-04
* All warning procedures now uses warning system.Hugo Hörnquist2020-05-04
* Add new recurrence generator.Hugo Hörnquist2020-04-25
* Add comments in vcomponent/parse.Hugo Hörnquist2020-04-25
* Allow multiple ATETENDEE keys.Hugo Hörnquist2020-04-22
* Add some TODO's.Hugo Hörnquist2020-04-10
* Parse EXDATES, basic handling of repeated keys.Hugo Hörnquist2020-04-07
* Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist2020-04-07
* Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist2020-03-31
* Actually use X-WR-CALNAME.Hugo Hörnquist2020-03-23
* Handle non-utf summaries.Hugo Hörnquist2020-03-18
* Sprinkled in some time prints.Hugo Hörnquist2020-03-09
* Warn on empty-line during parse.Hugo Hörnquist2020-03-02
* Made escaped non-escapable characters non-fatal in parser.Hugo Hörnquist2020-03-01
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
* Documentation.Hugo Hörnquist2020-02-18
* Store TZ in sensible way when parsing datetimes.Hugo Hörnquist2020-02-18
* Once again compiles.Hugo Hörnquist2020-01-30
* Start of new date structures.Hugo Hörnquist2020-01-24
* Experiments with multithreading.Hugo Hörnquist2020-01-22
* REMOVE TZ realign block for DTSTART and DTEND in vcomponents.Hugo Hörnquist2019-12-30
* Move vcomponent type checks in the parser.Hugo Hörnquist2019-12-30
* Fix reccuring events with exceptions.Hugo Hörnquist2019-12-23
* Re-add move X-HNH-FILENAME from VCALENDAR to VEVENT.Hugo Hörnquist2019-11-12
* Add check for repeated VEVENT:s in vdir.Hugo Hörnquist2019-11-11
* Documentation in parse.Hugo Hörnquist2019-11-05
* Move remaining stuff out of vcomponent.Hugo Hörnquist2019-11-05
* Simplify parsing steps.Hugo Hörnquist2019-11-04
* Maybe fixed timezone?Hugo Hörnquist2019-11-04
* Move strbuf to own file.Hugo Hörnquist2019-11-03
* Cleanup in parse.Hugo Hörnquist2019-11-03
* Move stuff between vcomponent/{base,parse}.Hugo Hörnquist2019-11-03
* Readd color parsing, fix minor bugs.Hugo Hörnquist2019-11-03
* Move parser into module subtree.Hugo Hörnquist2019-11-02