}
+ // Process the COMPLETED value.
+
+ if (CompletedData.size() > 0){
+
+ if (CompletedDataTokens.size() > 0){
+
+ DataLine += "COMPLETED;";
+ DataLine += CompletedDataTokens;
+
+ } else {
+
+ DataLine += "COMPLETED";
+
+ }
+
+ DataLine += ":";
+ DataLine += CompletedData;
+ DataLine += "\n";
+
+ DataLineProcessed = OutputText(&DataLine);
+
+ *SaveData += DataLineProcessed;
+
+ DataLine.clear();
+ DataLineProcessed.clear();
+
+ }
+
*SaveData += "END:VTODO\n";
}
\ No newline at end of file
"UID;UNIQUEPARAM=CERTAINLY;OKAY=MAYBENOT:b3a16392-ad86-4061-be53-c215af2306e1\n"
"DTSTAMP;OTHER=PARAM:20160131T104500Z\n"
"CLASS;CHOCOLATE=NONE:PUBLIC\n"
+ "COMPLETED;LYING=NEVER:20160131T110100Z\n"
"END:VTODO\n"
"END:VCALENDAR";