Const
Holds the design set for known top-level components
let propertyName = 'fn';
let componentDesign = ICAL.design.components.vcard;
let propertyDetails = componentDesign.property[propertyName];
if (propertyDetails.defaultType == 'text') {
// Yep, sure is...
}
iCalendar DAYLIGHT
iCalendar STANDARD
iCalendar VALARM
vCard VCARD
iCalendar VEVENT
iCalendar VJOURNAL
iCalendar VTIMEZONE
iCalendar VTODO
The default set for new properties and components if none is specified.
The default type for unknown properties
The design set for iCalendar (rfc5545/rfc7265) components.
Can be set to false to make the parser more lenient.
The design set for vCard (rfc6350/rfc7095) components.
The design set for vCard (rfc2425/rfc2426/rfc7095) components.
Generated using TypeDoc
The design data, used by the parser to determine types for properties and other metadata needed to produce correct jCard/jCal data.