From 894ac9917159c1a64964eb67010bcb2c92c9da62 Mon Sep 17 00:00:00 2001 From: night0721 Date: Fri, 15 Nov 2024 00:06:14 +0000 Subject: [PATCH] Add TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..ffa1263 --- /dev/null +++ b/TODO @@ -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