calendarURI property
VCardCalendarURI?
get
calendarURI
The child document of type "CalendarURI".
Implementation
document_wrapper.VCardCalendarURI? get calendarURI => document
.childByDocumentType("CalendarURI")
?.let((child) => document_wrapper.VCardCalendarURI(child));