aboutsummaryrefslogtreecommitdiff
path: root/src/model/event.rs
AgeCommit message (Collapse)Author
2022-04-24Allow to attach categories to eventsJoris
2022-03-19Allow to repeat an event until a specific dateJoris
Also provide a shortcut to modify a repetead event from a specific occurence. This set the end repetition date under the hood and create a new repeated event.
2022-03-12Update and delete recurring eventsJoris
2022-02-26Apply linter advicesJoris
2022-02-26Show repeated eventsJoris
2022-02-20Save repetition in eventsJoris
But don’t show repetead events for now.
2022-01-09Allow to update eventsJoris
2022-01-09Add id in event modelJoris
2022-01-09Split app into modulesJoris
2022-01-09Persist events to sqlite dbJoris
2021-11-21Show static events on the calendarJoris