summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2021-10-18 23:43:48 +0000
committerTobias Brox <tobias@redpill-linpro.com>2021-10-18 23:43:48 +0000
commit7c3b20db5754f30405db06d929dd0e3009096995 (patch)
tree8fef5295915e4ade488f909d03aa807b099e74ae
parent25c735ea05e875157fbae00c1dcecf01eed21938 (diff)
downloadcalendar-cli-7c3b20db5754f30405db06d929dd0e3009096995.zip
more documentation tweaking
-rw-r--r--NEXT_LEVEL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEXT_LEVEL.md b/NEXT_LEVEL.md
index 91f8151..5dd9e1b 100644
--- a/NEXT_LEVEL.md
+++ b/NEXT_LEVEL.md
@@ -16,7 +16,7 @@
* VJOURNAL entries on a calendar is meant exactly for meeting notes ... probably as well as recording things like who was really participating in an event, and how much time did they spend on it?
-* Tasks have a DTSTART and either a DUE or a DURATION; the latter two are interchangable, the standard defines that the DURATION is the difference between DTSTART and DUE. The standard is a bit unclear on exactly what those timestamps are to be used for. I assume the DUE is the "hard" due date where a task should be completed. It makes sense to let DURATION be the time estimate for the task, then DTSTART will be the latest possible start time if the task is to be completed before the DUE date. In my opinion DTSTART is the natural attribute to be used either for the actual expected starting time for working with the task, but I've rather been using it for something like "the time when I should start considering thinking about when the task should be done".
+* Tasks have a DTSTART and either a DUE or a DURATION; the latter two are interchangable, the standard defines that the DURATION is the difference between DTSTART and DUE. The standard is a bit unclear on exactly what those timestamps are to be used for. I assume the DUE is the "hard" due date where a task should be completed. It makes sense to let DURATION be the time estimate for the task, then DTSTART will be the latest possible start time if the task is to be completed before the DUE date. This breaks with my usage up until now; I've used DTSTART as when I'm planning to consider to start working on the task.
* Calendar components can be linked through the RELATED-TO-attribute. Valid relationship types are "CHILD", "PARENT" and "SIBLING". I suppose it is intended for direct asynclic graphs, where a calendar component preferably should have only one PARENT, and where there shouldn't be loops (my grandchild cannot possibly also be my grandparent) - and that two SIBLINGs have the same PARENT.