ics-js
ics-js copied to clipboard
Assign valid value types to properties
Assign a list of valid value types to properties, e.g. TEXT, DATE, DATE-TIME. Properties have a list of allowable value types per the RFC.
By limiting the list of value types, we can expect and act upon certain value types. This will help in implementing #12.