This page was design to test the different type of possilbe location structures within hCalandar. A location can be either a string, hCard, adr or geo.
From: hCalendar test suite 1.0
Tests:
| Test | Result | Comment |
|---|---|---|
| vevent[0].location | IsEqualTo("Brighton") | The location property is a single string |
| vevent[1].location.locality | IsEqualTo("Brighton") | The location property is an adr |
| vevent[2].location.adr[0].locality | IsEqualTo("Brighton") | The location property is an hcard |
| vevent[3].location.latitude | IsEqualTo("37.77") | The location property is an geo |
History: