aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/xcal (unfollow)
Commit message (Collapse)Author
2023-12-01Repair format tests.Hugo Hörnquist
The test have been really broken for a while, since the return type of `parameters` changed somewhere along the line. The serializers are now updated to the new API, and the tests updated to compare components correctly!
2023-10-18Move vcomponent geo to new object system.Hugo Hörnquist
2023-10-16Move timespec and recur-rule to new object system.Hugo Hörnquist
2023-10-16Fixen in vcomponent formats.Hugo Hörnquist
Previously almost everything was broken. This takes it back to a somewhat working state.
2023-10-16Remove some old debug prints.Hugo Hörnquist
2023-10-16Update some data formats to properly use table type.Hugo Hörnquist
2023-09-05Major work on, something.Hugo Hörnquist
2023-04-21Change xcal to work on namespaced sxml instead.Hugo Hörnquist
2023-02-23Change child/parent interface for vcomponent.Hugo Hörnquist
2022-10-16Change gettext '_' to 'G_'.Hugo Hörnquist
Guile 3 reserves _ for other stuff.
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-03-28Normalize errors.Hugo Hörnquist
2022-02-22Prepare code for translation.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2021-12-22Cleanup modules.Hugo Hörnquist
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.