kewisch / ical.js

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

Expose constants for jCal properties? #46

Open lightsofapollo opened 11 years ago

lightsofapollo commented 11 years ago

Was originally going to expose this on the parser but one of the benefits of the new component structure is we will eventually be able to remove the dependency on the parser in the component layer (for pure jCal files) so we may not want to directly tie those.

lightsofapollo commented 11 years ago

@kewisch Re component v2 review comment