Added the code and unit tests for the URL property.
}
+ // Process the URL value.
+
+ if (URLData.size() > 0){
+
+ DataLine += "URL";
+
+ if (URLDataTokens.size() > 0){
+
+ DataLine += ";";
+ DataLine += URLDataTokens;
+
+ }
+
+ DataLine += ":";
+ DataLine += URLData;
+ DataLine += "\n";
+
+ DataLineProcessed = OutputText(&DataLine);
+
+ *SaveData += DataLineProcessed;
+
+ DataLine.clear();
+ DataLineProcessed.clear();
+
+ }
+
*SaveData += "END:VJOURNAL\n";
}
\ No newline at end of file
" 0160131\n"
"SEQUENCE;TEST=YAY:7\n"
"STATUS;LANGUAGE=kw;FAVOURITE=RICHTEA;NOTLIKE=UNKNOWN:2.0;Success\n"
+ "URL;EXTERNAL=YES:http://www.example.com/\n"
"END:VJOURNAL\n"
"END:VCALENDAR";