Closed juliusknorr closed 3 years ago
Hey there,
I'd just like to let you know that due to the ongoing issue with Bountysource we're discussing ways to move to a different platform. As it looks right now, Bountysource might claim some of the money that was contributed by the community. We will try our best to prevent that. Historically we β the Nextcloud GmbH employees β simply put the claimed bounties back to other tickets until one was solved by a community member. So the money was always from the community and for the community. We'll therefore move to a better platform and currently don't post any new bounties until this situation is resolved. The current goal is to move/donate the money to Nextcloud include but details will follow in the forum post.
Hope this makes sense. If you have any questions please ask them on the forum. This comment will be copy-pasted to all open issues with bounties.
Will wait for it to send a bounty, then. thanks
I have just tested CalDAV read access and it works fine with DAVx5!
Just wanted to now that on Android / with the OpenTasks API, task lists can't be set as write-only (yet): https://github.com/dmfs/opentasks/issues/851
So people can edit/modify tasks locally, but the changes can't be synchronized to the server. β Write access over CalDAV would be really nice :smirk:
Moved out https://github.com/nextcloud/deck/issues/2399 for the write support so we have an individual ticket to track this.
Didn't find this in the discussions and not sure if it is worth an issue. So far all the tasks of a Deck where one is participant are published as ToDo. Wouldn't it be more straight forward to only see the tasks one is assigned to? It makes it quite confusing to have now dozen of Tasks one is not assigned to.
Is the bounty for this still open?
@alphashuro please read https://github.com/nextcloud/deck/issues/15#issuecomment-645919501
TL;DR: No, please do not post further bounties on Bountysource for any Nextcloud related issue.
Closing this as the first integration part is done and we will track write access in https://github.com/nextcloud/deck/issues/2399
Having a CalDAV integration is crucial for us, so I was thinking a little bit about the integration... In Oct 2017 you guys were discussing about whether or not categories should be used for stacks. I'd strongly vote for it.
The reason is that you should keep in mind how a client, that isn't aware of a Kanban-style tasks list, would represent these tasks. Just think of the "demo board":
Creating a
VTODO
per card would create the tasks "Write a press release", "Take nice screenshots", "Write a blog" and "Think of a slogan". This is without any doubt what a user would expect. But also creating aVTODO
per stack would also create the tasks "Todo", "In progress" and "Done". What are these tasks supposed to represent? Those tasks can't be assigned to anyone, they can't ever be completed, because that's not what stacks are for, and they will dangle around in every other CalDAV client.
Just a small addition here: why not considering implementing https://tools.ietf.org/html/rfc5545#section-3.6.3 VJOURNAL for such things? VJOURNAL is part of the CalDAV API and it can be used more straightforward as a note or a "simple" task without the need of an end-date or progress. With the RELATED-TO field they could be assigned to an existing VEVENT or VTODO. We hope to get VJOURNAL synchronization into DAVx5 in the future. We want to get that into a supporting app that can display VTODO and VJOURNAL at the same time.
@devvv4ever Create a feature request?
@HLFH See https://github.com/nextcloud/deck/issues/2399#issuecomment-822433043, it's an implementation detail of this partially implemented feature, i.e. no separate feature request.
This issue is about integrating deck with Nextclouds CalDAV API.
Current plan from the discussion below:
VCALENDAR
VTODO
withoutRELATED-TO
propertyVTODO
withRELATED-TO
(UUID of the Root-Task / Stack)CATEGORIES
or custom implementation (Nextcloud tagging system)CATEGORIES
, integration with Nextcloud tags would be better, see https://github.com/nextcloud/tasks/issues/89ATTENDEE
or custom implementationATTENDEE
or custom implementation, see https://github.com/nextcloud/tasks/issues/72RRULE
ATTACH
or custom implementationATTACH
or custom implementation, see https://github.com/nextcloud/tasks/issues/91