aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/xcal/output.scm (unfollow)
Commit message (Collapse)Author
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-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.
2021-11-08Comment out x-hnh-calendar-name.Hugo Hörnquist
It caused tests to crash, since it requires that all components have parents (which is obviously false for root components), and that all those parents have a NAME field.
2021-10-04Work on calendar from event in frontend, broken.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-17Fixes.Hugo Hörnquist
2020-08-17Got type files out of output.Hugo Hörnquist
2020-08-17Start moving stuff out from output.Hugo Hörnquist
2020-07-17Properties now return alist instead of hashmap.Hugo Hörnquist
2020-07-09Replace xcal main with ns-wrap.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Rename attributes => properties, properties => parameters.Hugo Hörnquist
2020-06-29Xcal output cleanup.Hugo Hörnquist
2020-06-25Fix number of problems with new serializers.Hugo Hörnquist
2020-06-25Add xcal output!Hugo Hörnquist