kewisch / ical.js

Javascript parser for ics (rfc5545) and vcard (rfc6350) data
https://kewisch.github.io/ical.js/
Mozilla Public License 2.0
996 stars 138 forks source link

Add support for toplevel ICAL.Todo component for VTODOs #429

Open tobire opened 4 years ago

tobire commented 4 years ago

Similar to ICAL.Event, there should be an ICAL.ToDo item that handles the VTODO component as described in section 3.6.2 ("To-Do Component") of RFC 5545 or at https://icalendar.org/iCalendar-RFC-5545/3-6-2-to-do-component.html.

strukturart commented 1 year ago

are there any plans to implement this?

kewisch commented 5 months ago

No immediate plans, but I'd take patches to add it. Most of the consumers I'm working with use this library on the Component/Property level, so there hasn't been an immediate need on my end.