Added the code and unit tests for the GEO property.
}
+ // Process the GEO value.
+
+ if (GeographicData.size() > 0){
+
+ if (GeographicTokens.size() > 0){
+
+ DataLine += "GEO;";
+ DataLine += GeographicTokens;
+
+ } else {
+
+ DataLine += "GEO";
+
+ }
+
+ DataLine += ":";
+ DataLine += GeographicData;
+ DataLine += "\n";
+
+ DataLineProcessed = OutputText(&DataLine);
+
+ *SaveData += DataLineProcessed;
+
+ DataLine.clear();
+ DataLineProcessed.clear();
+
+ }
+
*SaveData += "END:VEVENT\n";
}
\ No newline at end of file
"CREATED;CARAMEL=PLEASE:20160123T081100Z\n"
"DESCRIPTION;ALTREP=\"null:nodata\";LANGUAGE=kw;EXAMPLE=TOKEN;MOREDATA=YES:This \n"
" is a description of the event.\n"
+ "GEO;EXAMPLE=MEEP:5.0;5.0\n"
"END:VEVENT\n"
"END:VCARD";