aboutsummaryrefslogtreecommitdiff
path: root/static/ts/jcal.ts (unfollow)
Commit message (Collapse)Author
2023-09-07Document remaining javascript items.Hugo Hörnquist
2023-09-05Move JS documentation into the JS-code.Hugo Hörnquist
Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
2023-09-05Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist
2021-12-09Propagate recurring events to frontend.Hugo Hörnquist
This handles each instance of a recurring event as its own unique event, which allows us to properly send it to the frontend. It's currently not possible to submit the repeating events back, but that is probably a underlying problem.
2021-11-10Re-modularize javascript.Hugo Hörnquist
This moves almost everything out of globals.ts, into sepparate files. Things are still slightly to tightly coupled. But that is worked on.
2021-11-10Basic event modification works again.Hugo Hörnquist
2021-10-31lib.Hugo Hörnquist
2021-10-31Everything but lib.Hugo Hörnquist
2021-10-04Major typescript work.Hugo Hörnquist
2021-10-04{.js => .ts} on relavant files.Hugo Hörnquist
2021-05-17Fix & not becoming & in XML.Hugo Hörnquist
2021-01-12Fix jcal->xcal rrule generationHugo Hörnquist
2021-01-12jcal_to_xcal now works.Hugo Hörnquist
2020-12-18Start work on jcal system.Hugo Hörnquist