From a52988765fa5a42f9bb8d18878ebca129eabd646 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sat, 29 Jan 2022 01:18:17 +0400 Subject: [PATCH] completed readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7231b64..9393c4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # decal - a simple calendar with caldav events +This is a calendar app which tries to bring something new to the functionality of GNU project's `cal` tool. It allows one to use the CalDAV protocol to sync and create events (and, potentially, tasks) and view them as if it was GNU's `cal` but with colorcoded events. + +# State of the project + +This project is currently very WIP, the todo list is: + +- [ ] Basic decal functionality (receiving events and showing a tagged calendar) +- [ ] Event details +- [ ] Creating events +- [ ] Modifying events +- [ ] Task lists +- [ ] Task lists as calendar tags (maybe?) +- [ ] Creating, modifying, removing, completing tasks +- [ ] JSON export + # Dependencies ``` pip install caldav