bitfireAT / ical4android

Allows usage of iCalendar files with the Android calendar provider
GNU General Public License v3.0
18 stars 10 forks source link

Support COMMENT for tasks #127

Closed rfc2822 closed 3 months ago

rfc2822 commented 7 months ago

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

rfc2822 commented 6 months ago

I hope this is even supported by tasks.org… @sunkup interested in giving it a try?

abaker commented 6 months ago

Tasks.org doesn't try to sync comments yet, but I'd like to

rfc2822 commented 6 months ago

Tasks.org doesn't try to sync comments yet, but I'd like to

But we can already create the data row, right?

sunkup commented 6 months ago

@sunkup interested in giving it a try?

Sure, I wonder which servers support the COMMENT field already though? Seems like nextcloud (tasks) does not ?

rfc2822 commented 6 months ago

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.