Nextcloud - enable tasks app by default

Since Nextcloud on MIAB handles calendars, it would be natural if Nextcloud has the calendar related apps available.

The Tasks app stores its data in the calendars, so why isn’t it installed?

You can install the app yourself:

sudo -u www-data php /usr/local/lib/owncloud/occ app:install tasks

maybe followed by

sudo -u www-data php /usr/local/lib/owncloud/occ app:enable tasks

The data is stored in the calendars, so it should be safe in case of upgrades.

I think this has been answered definitively on github.

Thanks.

Fortunately, it is easy and safe to remedy.

Even if a later upgrade removes the app, the data will still be there in the calendar.

This topic was automatically closed after 61 days. New replies are no longer allowed.