This commit is contained in:
Night Kaly 2024-11-15 00:06:14 +00:00
parent 83cd5a9750
commit 894ac99171
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

5
TODO Normal file
View file

@ -0,0 +1,5 @@
Show "today events: " then a list of events for the day
Show "upcoming events: " then a list of events for the next 7 days in format of "in one day... in two day"
notify send when any reminder is close to occurence
Represent recurring events using recursion for generating occurrences
Sort events/tasks based on start time, end time, priority, etc