Syncing Tasks, Calendar and Contacts

This commit is contained in:
Fede.- 2020-09-16 12:14:50 -03:00
parent fa9dd1455b
commit 4da4e4fea9
31 changed files with 63 additions and 23 deletions

View File

@ -1,9 +1,9 @@
--- ---
title: Tasks: Web title: "Tasks: Web"
published: true published: true
visible: false visible: false
updated: updated:
last_modified: "July 2019" last_modified: "September 2020"
app: Nextcloud app: Nextcloud
app_version: 15 app_version: 15
taxonomy: taxonomy:
@ -17,37 +17,77 @@ page-toc:
active: false active: false
--- ---
## Tasks on web-interface # Tasks
The Tasks app allows you to add and delete tasks. A task could be a meeting date reminder, a job that needs to be done, a personal or a group activity and a lot of other things.<br> In this howto we'll see how to create, edit and share tasks.
![](en/main.png) ![](en/main.png)
#### Adding a new task The **Tasks** app allows you to add and delete tasks, edit their title, description, start and due dates and mark them as important. A task could be a meeting date reminder, a job that needs to be done, a personal or a group activity and a lot of other things.
Click in the item box and enter the name of the new task.
![](en/add_task_box.png) In this short howto we'll see how it works.
# Adding a new task
To start, click on **+ Add list...**, write the name of your new list of tasks and press enter.
![](en/add_task.gif)
Once you did it, a new section will show at the right. Once you did it, a new section will show at the right.
![](en/add_tasks.png) ![](en/add_tasks_window.png)
Here you can set: Type in the name of the new task you want to add and then press enter. Click on the three-dots icon at the right if you want to add subtasks.
- **The start date and due date** ![](en/add_tasks.gif)
![](en/add_tasks_date_01.png) ![](en/add_tasks_date_02.png) ## Tasks options
By clicking on the Start/Due option you can set the day and the hour of it. You can also set the task as an all day activity Click on the task or subtask title to access the options.
![](en/tasks_options.png)
- **The priority of the task** Here you can:
![](en/add_tasks_priority.png) - **Set the start date and due date**<br>
By moving the bar, you can set the priority level from 1 to 9. By clicking on the Start/Due option you can set the day and the hour of it.
- **Set and edit the progress level of the task** ![](en/start_due_date.gif)
![](en/task_completed.png) You can also set the task as an all day activity.
By moving the bar, you can set the task progress from 0% to 100%.
- **Tags** ![](en/all_day.png)
- **Assign / change the tasks list**<br>
You can change / assign a task or sub-task to different lists or calendar. Just select one from the drop-down menu and the tasks will change to the new one.
![](en/assign_list.gif)
- **Select a classification**<br>
You can assign the task list to a previously created calendar and choose how it should be shown.
![](en/show.png)
- **Select a status**<br>
Select if the task **needs an action**, if it is **in process**, **completed** or **cancelled**.
![](en/status.gif)
- **Assign a priority level to the task**
By moving the bar, you can set the priority level where 1 to 4 is **High**, 5 is **Medium** and 6 to 9 is **Low**.
![](en/priority.gif)
- **Set and edit the progress level of the task**<br>
By moving the bar, you can set the task progress from 0% to 100%.
![](en/progress.gif)
- **Categories and Comments**<br>
Assigning categories and adding comments can be very useful when working in a group. Click on **Select categories**, select or create one and press Enter. To write a comment, simply type it in the box.
![](en/categories_comments.gif)
When the task has a category assigned or a comment added, you can see it in the description, next to the title.
![](en/categories_comments.png)
- Finally, at the bottom of the tasks details you will see a bar with the delete and info options.
![](en/info.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -1,5 +1,5 @@
--- ---
title: Tasks: Desktop title: "Tasks: Desktop"
published: true published: true
visible: false visible: false
updated: updated:
@ -17,11 +17,11 @@ page-toc:
## Tasks desktop Integration ## Tasks desktop Integration
You can read the tutorials below in order to get your **Tasks** synchronized via a multi-platform desktop client. There are several ways you can sync and work with **Nextcloud Tasks** from your desktop. Below you will find some tutorials to get your **Tasks** synchronized via a multi-platform desktop client.
- [Thunderbird: Calendar / Contacts / Tasks sync](/tutorials/cloud/clients/desktop/multiplatform/thunderbird-calendar-contacts) - [Thunderbird: Calendar / Contacts / Tasks sync](/tutorials/cloud/clients/desktop/multiplatform/thunderbird-calendar-contacts)
Alternatively, you can use and set up the desktop integration. Alternatively, if you use a GNU/Linux distribution, you can set up the desktop integration.
- [GNOME: Desktop Integration](/tutorials/cloud/clients/desktop/gnu-linux/gnome-desktop-integration) - [GNOME: Desktop Integration](/tutorials/cloud/clients/desktop/gnu-linux/gnome-desktop-integration)
- [KDE: Desktop Integration](/tutorials/cloud/clients/desktop/gnu-linux/kde-desktop-integration) - [KDE: Desktop Integration](/tutorials/cloud/clients/desktop/gnu-linux/kde-desktop-integration)