htodo: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
(oops need a new page for overall format effort vs to-do on the wiki itself)
Tag: Redirect target changed
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<h1>hToDo</h1>
#redirect:[[to-do-format]]
 
''This is just an initial draft''
 
[http://en.wikipedia.org/wiki/ICalendar#To-do_.28VTODO.29 VTODO] is part of the [http://www.ietf.org/rfc/rfc2445.txt RFC2445 iCalendar spec] used for describing todo items.
 
VTODO is fairly straight-forward, as it doesn't contain any nested entities, and has a fairly small list of properties.  Most of these it shares with VEVENT, suggesting htodo be modeled on hevent in [[hcalendar]], and the ground assumption is that htodo should work just like hevent with respect to these properties.  The shared properties are:
 
''class, created, description, dtstamp, dtstart, geo, last-mod, location, organizer, priority, recurid, seq, statusm summary, uid, url, duration, attach, attendee, categories, comment, contact, exdate, exrule, rstatus, related, resources, rdate, rrule, x-prop''
 
The unique properties to VTODO are:
 
* '''completed''' The date/time the todo was completed
* '''due''' The date/time this todo is due
* '''percent''' Integer from 0-100, completion status
 
As the data types for '''completed''' and '''due''' are the same as, e.g., '''dtstart''', then the usage should be the same.  For example,

Latest revision as of 22:47, 14 December 2021

Redirect to: