aboutsummaryrefslogtreecommitdiff
path: root/static/jcal.ts (unfollow)
Commit message (Collapse)Author
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