tritech / node-icalendar

iCalendar parser and generator for Node.js
MIT License
233 stars 50 forks source link

Add support for all day events #42

Open troxler opened 8 years ago

troxler commented 8 years ago

Adding all day events is currently not possible with this package.

The iCalender specification defines all day events like this

DTSTART;VALUE=DATE:19971102
DTEND;VALUE=DATE:19971104
mvdevries commented 8 years ago

This would be a nice feature, i also need to make full day events.

https://github.com/tritech/node-icalendar/pull/43 My implementation if you want to use it?