This page was design to test the extracting organizer and attendee information from hCalendar. Mainly that these properties are parsed as hCards.
From: hCalendar test suite 1.0
Tests:
| Test | Result | Comment |
|---|---|---|
| vevent[0].contact.n.given-name[0] | IsEqualTo("John") | The contact given-name value |
| vevent[0].contact.n.family-name[0] | IsEqualTo("Doe") | The contact family-name value |
| vevent[0].attendee[1].fn | IsEqualTo("Jane Doe") | The attendee fn value |
History: