dmfs / opentasks

A task app for Android
Apache License 2.0
941 stars 248 forks source link

allow breaking up task's checklist items into separate tasks #297

Open mkae opened 8 years ago

mkae commented 8 years ago

Sometimes it might be useful to create individual tasks from a task's checklist

jaalzateolaya commented 7 years ago

This could be achieved by using the iCalendar property "REFERED-TO" on child tasks/subtasks pointing to the parent "UID" property.

jkufner commented 7 years ago

Is there any other application that supports this?

Alexander Alzate wrote, on 3.3.2017 00:48:

This could be achieved by using the iCalendar property "/REFERED-TO/" on child tasks/subtasks pointing to the parent "/UID/" property.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dmfs/opentasks/issues/297#issuecomment-283820284, or mute the thread https://github.com/notifications/unsubscribe-auth/AABAvM-aBH7nbkuh1lyYkihNdm9LFig7ks5rh1VcgaJpZM4KisDz.

jaalzateolaya commented 7 years ago

Yes sir, there is a software called GNOME ToDo, in its new version they support subtask using this iCalendar property.

Please refer to RFC5545

GNOME ToDo Patch: Commit # 013e9e7b9c8dd2c88d1149b469977f958a29d5a5

I'm not sure if there is another application supporting this but this is the way it is supposed to work.

jaalzateolaya commented 7 years ago

I'm so Sorry, I just realized that I was saying "REFERED-TO" but the actual property is "RELATED-TO".