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