2015-02-04 22:06:44 +00:00
# Tasks
2019-06-12 19:27:23 +00:00
![Downloads ](https://img.shields.io/github/downloads/nextcloud/tasks/total.svg ) [![Build Status ](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/build.png?b=master )](https://scrutinizer-ci.com/g/nextcloud/tasks/build-status/master) [![Scrutinizer Code Quality ](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/quality-score.png?b=master )](https://scrutinizer-ci.com/g/nextcloud/tasks/?branch=master) [![Code coverage ](https://img.shields.io/codecov/c/github/nextcloud/tasks.svg )](https://codecov.io/gh/nextcloud/tasks/) [![Dependabot status ](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?longCache=true&logo=dependabot )](https://dependabot.com)
2015-02-28 20:16:05 +00:00
2017-01-15 20:45:32 +00:00
**A tasks app for [Nextcloud ](http://nextcloud.com ). Easily sync tasks from various devices with your Nextcloud and edit them online.**
2015-02-04 22:06:44 +00:00
2017-01-15 20:45:32 +00:00
![tasks ](https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png )
2015-02-04 22:06:44 +00:00
2017-01-15 20:45:32 +00:00
## Features
2016-12-14 21:18:52 +00:00
2017-01-15 20:45:32 +00:00
* add and delete tasks, edit their title, description, start and due dates, set their priority and status
* support for subtasks
* smart collections showing you your important, current and upcoming tasks
* simply drag and drop tasks to other calendars or make them subtasks
2015-02-04 22:06:44 +00:00
2017-01-15 20:45:32 +00:00
## Installation
2015-02-04 22:06:44 +00:00
2017-01-15 20:45:32 +00:00
In your Nextcloud, simply navigate to »Apps«, choose the category »Organization«, find the Tasks app and enable it.
Then open the Tasks app from the app menu.
2015-02-04 22:06:44 +00:00
2019-10-10 16:10:19 +00:00
## Apps which sync with Nextcloud Tasks (using CalDAV)
2019-10-04 18:54:45 +00:00
* Apple Reminders (iOS, MacOS)
2019-10-10 16:10:19 +00:00
* [2Do ](https://www.2doapp.com/ ) (Android, iOS, MacOS)
2019-10-04 18:54:45 +00:00
* [Davx5 ](https://www.davx5.com/ ) (Android)
* [OpenTasks ](https://opentasks.app/ ) [(Android) ](https://play.google.com/store/apps/details?id=org.dmfs.tasks )
* [Outlook Caldav Synchronizer ](https://caldavsynchronizer.org/ ) (Windows)
* [Tasks: Astrid Todo List Clone ](https://tasks.org/ ) [(Android) ](https://play.google.com/store/apps/details?id=org.tasks&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1 )
2019-10-10 16:10:19 +00:00
* [Qownnotes ](https://www.qownnotes.org/ ) (Read-only, Cross Platform Desktop App)
2019-10-04 18:54:45 +00:00
* [Thunderbird Lightning Plugin ](https://addons.thunderbird.net/en-US/thunderbird/addon/lightning/ ) (Cross Platform Desktop App)
* [Vdirsyncer ](https://vdirsyncer.pimutils.org/en/stable/ ) (Linux)
2020-03-06 21:29:44 +00:00
* [BusyCal ](https://www.busymac.com/busycal ) (MacOS)
2019-10-04 18:54:45 +00:00
2017-01-15 20:45:32 +00:00
## Maintainers
2017-01-16 20:01:29 +00:00
[Raimund Schlüßler ](https://github.com/raimund-schluessler ) [and many more ](https://github.com/nextcloud/tasks/graphs/contributors )
2017-01-15 20:45:32 +00:00
2017-01-16 20:01:29 +00:00
If you’ d like to join, just go through the [issue list ](https://github.com/nextcloud/tasks/issues?q=is%3Aopen+is%3Aissue+label%3A%22starter+issue%22 ) and fix some. :)
2017-01-15 20:45:32 +00:00
## Developer setup info
Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, [nodejs and npm ](https://nodejs.org/en/download/package-manager/ ) are needed for installing JavaScript dependencies.
Once node and npm are installed, PHP and JavaScript dependencies can be installed by running
```bash
$ make
```
Please execute this command with your ordinary user account and neither root nor sudo.