You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a novice both to this software and to outlook and caldav, so the following might be incorrect:
Outlook does not support subtasks
MS To-Do, which shows the same tasks as outlook, has sub-task support, but does not sync them with classic Outlook. It has its own API, but that is beyond the scope of this project.
CalDAV has a propertyRELATED-TO for facilitating subtasks.
When I add subtasks to my CalDAV tasks, these subtasks are just synced into Outlook as ordinary tasks, causing clutter and confusion. Would it already be possible to (or possible to implement)
a. Prevent the syncing to Outlook of tasks that have a UID in the RELATED-TO (subtasks)
b. In addition, append the names of the subtasks to the description of the parent task (the UID in RELATED-TO)?
I would imagine B would require some logic to sync and update properly, but A would hopefully be more realistic. Either way, either would be an appreciated advanced option, if not a default.
The text was updated successfully, but these errors were encountered:
I am a novice both to this software and to outlook and caldav, so the following might be incorrect:
RELATED-TO
for facilitating subtasks.When I add subtasks to my CalDAV tasks, these subtasks are just synced into Outlook as ordinary tasks, causing clutter and confusion. Would it already be possible to (or possible to implement)
a. Prevent the syncing to Outlook of tasks that have a UID in the
RELATED-TO
(subtasks)b. In addition, append the names of the subtasks to the description of the parent task (the UID in
RELATED-TO
)?I would imagine B would require some logic to sync and update properly, but A would hopefully be more realistic. Either way, either would be an appreciated advanced option, if not a default.
The text was updated successfully, but these errors were encountered: