decal/README.md

24 lines
750 B
Markdown
Raw Normal View History

2022-01-19 22:51:39 +00:00
# decal - a simple calendar with caldav events
2022-01-28 21:18:17 +00:00
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:
2022-01-28 23:22:21 +00:00
- [x] Basic decal functionality (receiving events and showing a tagged calendar)
2022-02-01 22:25:50 +00:00
- [x] Event details
2022-01-28 21:18:17 +00:00
- [ ] Creating events
- [ ] Modifying events
- [ ] Task lists
- [ ] Task lists as calendar tags (maybe?)
- [ ] Creating, modifying, removing, completing tasks
2022-02-18 17:55:14 +00:00
- [x] Offline caching (partial)
- [x] JSON export
2022-01-28 21:18:17 +00:00
2022-01-19 22:51:39 +00:00
# Dependencies
```
pip install caldav
```