aboutsummaryrefslogtreecommitdiff
path: root/static/components/edit-rrule.ts (unfollow)
Commit message (Collapse)Author
2021-12-13Made VEventComponent template optional.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-30Rework tab system.Hugo Hörnquist
This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
2021-11-19Add basic rrule tab.Hugo Hörnquist