index
:
calendar
main
Organize events.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
model
Age
Commit message (
Collapse
)
Author
2024-01-20
Allow to specify week of month for repetition
main
Joris
2022-12-18
Fix tests
Joris
2022-12-18
Upgrade dependencies
Joris
2022-12-09
Format time as HH:MM
Joris
2022-04-24
Allow to attach categories to events
Joris
2022-03-20
Fix until being considered before end getting reps
Joris
2022-03-19
Allow to repeat an event until a specific date
Joris
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-12
Update and delete recurring events
Joris
2022-02-27
Change week with arrow keys
Joris
2022-02-27
Don’t create an event if repetition is not valid
Joris
2022-02-26
Apply linter advices
Joris
2022-02-26
Show repeated events
Joris
2022-02-20
Save repetition in events
Joris
But don’t show repetead events for now.
2022-01-09
Allow to update events
Joris
2022-01-09
Add id in event model
Joris
2022-01-09
Split app into modules
Joris
2022-01-09
Persist events to sqlite db
Joris
2021-11-21
Show static events on the calendar
Joris