-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write access over CalDAV #2399
Comments
Is it realistic that this issue could be solved with the 1.3.0 release? |
Hi, in the first post was this proposal : #15 (comment), about removing stack as root-task and putting it as category. I find it much better than the actual behaviour, what do you think ? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hey guys, did you have a look at VJOURNAL for some things that could be related to Decks functionality? Basically these are To-dos/Tasks without a progress or end date. Maybe it fits your needs somewhere in the Deck universe and can be used this way without interfering with VTODOs. VJOURNAL also has the RELATED-TO field available making it possible to link them in-between VTODOs and VEVENTs. https://tools.ietf.org/html/rfc5545#section-3.6.3 At the DAVx5 side we want to provide synchronization for VJOURNAL in the future together with a supporting app since this can also be synchronized using CalDAV. |
This issue seems to lack a available developer. (Thank you for the time and effort already invested in this app!) |
@Ruthalas I was wondering if in the meantime it is easier to develop a small script, which could run on the server and sync selected calDAV task lists with Deck. I looked into it and I think it shouldn't be a problem to connect calDAV tasks with the Deck API. With my very limited Python skills it would still be a challenge but I guess an experienced developer could get this done very quickly. |
Basic public calendar write API has been added in nextcloud/server#29188 |
Thanks for the hint, however the deck implementation currently exposes its own calendars to the users calendar home with nextcloud/server#19196. Might still be nice if at some point we need to write entries to the existing user calendars. |
This would solve all our problems. Right now we are using Tasks to manage our projects but we want to use a kanban style board without loosing the ability to manage our tasks in the Android todo app via caldav. So for now we are moving all tasks to vikunja because it has write access to the caldav ressource. |
Split off from #15 so we have individual issues to track:
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 nextcloud/tasks#89ATTENDEE
or custom implementationATTENDEE
or custom implementation, see nextcloud/tasks#72RRULE
ATTACH
or custom implementationATTACH
or custom implementation, see nextcloud/tasks#91The text was updated successfully, but these errors were encountered: