Skip to content

Replace Plasma calendar backend with a simple monthmodel

Nicolas Fella requested to merge nicolasfella/calindori:fancymodel into master

This replaces the Plasma Calendar Backend with a simple custom model that contains the days of a given month. Eventually this should move to a framework.

The model is inspired by the Plasma Calendar DayModel but more simple since it does not contain events. My goal is to replace the current plasma calendar stack with something more simple and composable.

Merge request reports