loCalendar is a calendar to do list app aimed to figure out how to finding out what data structure is efficient in creating providing a GUI for a calendar.
- Simple to use UI
- Categories for tasks
- Calendar UI and tasks list
- Recurrence rules (Repeat certain task every n for n)
- Filtering
- Sorting
- Caching for calendar navigation
- Main (boiler plate used for implementing the different data structures)
- Linked list
- Array list
- Priority queue
- Binary tree
TBA
// The recurring tasks will appear in the calendar



