
As I mentioned [here](https://kolaente.dev/vikunja/api/pulls/1442#issuecomment-55215), this is mainly a cleanup of @zewaren 's original [PR](https://kolaente.dev/vikunja/api/pulls/1442). It adds support for the `RELATED-TO` property in CalDAV's `VTODO` and the `RELTYPE=PARENT` and `RELTYPE=CHILD` relationships. In other words, it allows for `ParentTask->SubTask` relations to be handled supported through CalDAV. In addition to the included tests, this has been tested by both @zewaren & myself with DAVx5 & Tasks (Android) and it's been working great. Resolves https://kolaente.dev/vikunja/api/issues/1345 Co-authored-by: Miguel A. Arroyo <miguel@codeheads.dev> Co-authored-by: Erwan Martin <public@fzwte.net> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1634 Reviewed-by: konrad <k@knt.li> Co-authored-by: Miguel Arroyo <mayanez@noreply.kolaente.de> Co-committed-by: Miguel Arroyo <mayanez@noreply.kolaente.de>
72 lines
1.4 KiB
YAML
72 lines
1.4 KiB
YAML
- id: 1
|
|
task_id: 1
|
|
other_task_id: 29
|
|
relation_kind: 'subtask'
|
|
created_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
- id: 2
|
|
task_id: 29
|
|
other_task_id: 1
|
|
relation_kind: 'parenttask'
|
|
created_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
- id: 3
|
|
task_id: 35
|
|
other_task_id: 1
|
|
relation_kind: 'related'
|
|
created_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
- id: 4
|
|
task_id: 35
|
|
other_task_id: 1
|
|
relation_kind: 'related'
|
|
created_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
- id: 5
|
|
task_id: 36
|
|
other_task_id: 1
|
|
relation_kind: 'related'
|
|
created_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
- id: 6
|
|
task_id: 36
|
|
other_task_id: 1
|
|
relation_kind: 'related'
|
|
created_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
- id: 7
|
|
task_id: 41
|
|
other_task_id: 43
|
|
relation_kind: 'subtask'
|
|
created_by_id: 15
|
|
created: 2018-12-01 15:13:12
|
|
- id: 8
|
|
task_id: 43
|
|
other_task_id: 41
|
|
relation_kind: 'parenttask'
|
|
created_by_id: 15
|
|
created: 2018-12-01 15:13:12
|
|
- id: 9
|
|
task_id: 41
|
|
other_task_id: 44
|
|
relation_kind: 'subtask'
|
|
created_by_id: 15
|
|
created: 2018-12-01 15:13:12
|
|
- id: 10
|
|
task_id: 44
|
|
other_task_id: 41
|
|
relation_kind: 'parenttask'
|
|
created_by_id: 15
|
|
created: 2018-12-01 15:13:12
|
|
- id: 11
|
|
task_id: 45
|
|
other_task_id: 46
|
|
relation_kind: 'subtask'
|
|
created_by_id: 15
|
|
created: 2018-12-01 15:13:12
|
|
- id: 12
|
|
task_id: 46
|
|
other_task_id: 45
|
|
relation_kind: 'parenttask'
|
|
created_by_id: 15
|
|
created: 2018-12-01 15:13:12 |