tristanpriem / qcal

Automatically exported from code.google.com/p/qcal
0 stars 0 forks source link

qCal_Property_Geo should not be a FLOAT #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
$result = new qCal_Component_Vevent();
    $result->addProperty('geo', "37.386013;-122.082932");

The GEO is a set of two floats

Please provide any additional information below.
Changing to TEXT makes it work properly

Original issue reported on code.google.com by robert.b...@gmail.com on 28 Jul 2010 at 2:47