Tasks app for Nextcloud
Find a file
raimund-schluessler 796a0da42c Merge pull request #128 from owncloud/stable8
Adjustments and fixes for oC8
2015-02-08 20:37:19 +01:00
appinfo Adjustments and fixes for oC8 2015-02-08 20:13:16 +01:00
controller Adjustments and fixes for oC8 2015-02-08 20:13:16 +01:00
css Adjustments and fixes for oC8 2015-02-08 20:13:16 +01:00
img Strip away copyrighted ICC profiles 2014-08-05 12:29:33 -04:00
js Fix in-app search, closes #117 2015-01-31 17:52:40 +01:00
l10n [tx-robot] updated from transifex 2015-02-08 01:07:12 -05:00
templates Adjustments and fixes for oC8 2015-02-08 20:13:16 +01:00
.gitattributes Initial Commit 2014-03-28 20:11:56 +01:00
.gitignore Add GUI for setting percent completed 2014-07-11 22:50:01 +02:00
.scrutinizer.yml adding travis.yml and scrutinizer.yml 2014-08-08 09:12:11 +02:00
.travis.yml adding travis.yml and scrutinizer.yml 2014-08-08 09:12:11 +02:00
build.xml adding travis.yml and scrutinizer.yml 2014-08-08 09:12:11 +02:00
LICENSE Add license file 2014-10-12 18:54:22 +02:00
README.md Update README.md 2015-02-04 23:06:44 +01:00

Tasks

Tasks app for ownCloud.

Installation

  • Using git: In your owncloud/apps/ directory, run git clone https://github.com/owncloud/tasks/. Then go to the Apps manager tab in your Owncloud web interface, and enable the Tasks app.
  • Using the zip archive: Download the latest zip archive, extract the tasks-master directory inside your owncloud/apps/ directory, and rename it to tasks. For stable releases, you can also download one of the releases tar.gz archives. Then go to the Apps manager tab in your Owncloud web interface, and enable the Tasks app.

Usage/Features

Once enabled, a new Tasks menu will appear in your owncloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Owncloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar.

Screenshot