Skip to content

Save calendars in app specific instead of generic patch

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

On Android GenericDataLocation is not easily accessible. Furthermore, using AppDataLocation is more correct from a theoretical POV since the data is specific to calindori

On Linux this results in the calendars being stored in .local/share/calindori instead of .local/share

Merge request reports