Overview - markifresh/calendar GitHub Wiki
Functionality
Calendar, which shows a month. The view includes color and notepad icon if set text.
Add option to switch between views (choose to show text preview for a day instead of notepad icon) Add option to switch between views depending on a widget size
DB Models
Note
- DateTime
- title (will be used as preview)
- text
- cell color (default=white/none, add function to convert simple colors 'red', 'purple'.. to RGB format)
APIs
- show current month
- show previous month
- show next month
- show note
- add event
- add color
- date picker (select begin and end date)