ical4android
ical4android copied to clipboard
Support COMMENT for tasks
We could support COMMENT with the Comment field for TasksOrg-compatible tasks:
https://github.com/bitfireAT/ical4android/blob/93262f53c2f6e200f73ec9e0ca876e9b120841ae/opentasks-contract/src/main/java/org/dmfs/tasks/contract/TaskContract.java#L1543-L1565
- [x] Add a
commentfield toTask. - [x]
Taskshould be able to read theCOMMENTproperty into thecommentfield - [x]
Taskshould be able to generate theCOMMENTproperty from thecommentfield - [x]
DmfsTask: generateCOMMENTdata row (probably with languagenull) fromTask.commentfield - [x]
DmfsTask: processCOMMENTdata row and fillTask.commentfield from it
I hope this is even supported by tasks.org… @sunkup interested in giving it a try?
Tasks.org doesn't try to sync comments yet, but I'd like to
Tasks.org doesn't try to sync comments yet, but I'd like to
But we can already create the data row, right?
@sunkup interested in giving it a try?
Sure, I wonder which servers support the COMMENT field already though? Seems like nextcloud (tasks) does not ?
Sure, I wonder which servers support the COMMENT field already though? Seems like nextcloud (tasks) does not ?
When more clients support it, I guess other clients have a better chance of adopting it. As far as I know, jtx Board also supports it.