aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm (follow)
Commit message (Collapse)AuthorAge
* Identified timezone problem.Hugo Hörnquist2019-10-15
|
* Fix re-export of add-child!Hugo Hörnquist2019-10-06
|
* Minor cleanup in scheme code.Hugo Hörnquist2019-10-06
|
* Remove debug prints..Hugo Hörnquist2019-10-04
|
* Fix problem with no end date.Hugo Hörnquist2019-10-03
|
* Locate bug with DTEND.Hugo Hörnquist2019-10-03
|
* Slowly going through and fixing everything.Hugo Hörnquist2019-10-03
|
* Made parser work again (for single files).Hugo Hörnquist2019-10-02
|
* Disabled bunch of old stuff, new stuff kinda builds.Hugo Hörnquist2019-10-01
|
* Add support for events without DTEND set.Hugo Hörnquist2019-05-22
|
* Create module (vcomponent base).Hugo Hörnquist2019-05-03
|
* Add names to components of 'attr'.Hugo Hörnquist2019-05-01
|
* X-WR-CALNAME and COLOR attr in VCALENDAR now respected.Hugo Hörnquist2019-05-01
|
* Change how attributes are fetched.Hugo Hörnquist2019-05-01
| | | | | | Previous version failed when an attribute contained a list. This fixes that, by always returning a circular list, delimited with #f when it loops. Methods for moving through this list is currently lacking.
* Fix loading of empty vdir.Hugo Hörnquist2019-04-25
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23