Y
Hacker News
new
|
ask
|
show
|
jobs
by
Telemakhos
1311 days ago
Hierarchcies are handled by 3.2.15 (
https://datatracker.ietf.org/doc/html/rfc5545
), and I suspect that could be leveraged to handle multi-step tasks; reminder dates are handled by VALARM in 3.6.6 (
https://datatracker.ietf.org/doc/html/rfc5545#section-3.6.6
). Tags could be stored in comment properties (
https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.1....
), but there's probably a better way already in the spec, which also includes support for extension by adding non-standard properties (
https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.8....
).
1 comments
Closi
1311 days ago
Fair enough - I stand corrected! It does look like that could probably handle those things.
link