Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added DTSTART property for saving data from a CalendarTaskObject.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 6 Jun 2016 20:54:28 +0000 (21:54 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 6 Jun 2016 20:54:28 +0000 (21:54 +0100)
Added the code and unit tests for the DTSTART property.

source/objects/calendartask/CalendarTask-Save.cpp
source/tests/xestiacalendar_icaltasksave.h

index 7a1fbba..63838e4 100644 (file)
@@ -191,6 +191,46 @@ void CalendarTaskObject::SaveObjectData(string *SaveData){
                
        }
        
+       // Process the DTSTART.
+       
+       if (DateTimeStartData.size() > 0){
+               
+               DataLine += "DTSTART";
+               
+               if (DateTimeStartDataValue.size() > 0){
+               
+                       DataLine += ";VALUE=";
+                       DataLine += DateTimeStartDataValue;                     
+                       
+               }
+               
+               if (DateTimeStartDataTimeZoneID.size() > 0){
+               
+                       DataLine += ";TZID=";
+                       DataLine += DateTimeStartDataTimeZoneID;                        
+                       
+               }
+               
+               if (DateTimeStartDataTokens.size() > 0){
+               
+                       DataLine += ";";
+                       DataLine += DateTimeStartDataTokens;
+                       
+               }
+
+               DataLine += ":";
+               DataLine += DateTimeStartData;
+               DataLine += "\n";
+               
+               DataLineProcessed = OutputText(&DataLine);
+               
+               *SaveData += DataLineProcessed;
+               
+               DataLine.clear();
+               DataLineProcessed.clear();
+               
+       }
+       
        *SaveData += "END:VTODO\n";
        
 }
\ No newline at end of file
index 9a39ea3..48cbe12 100644 (file)
@@ -63,6 +63,8 @@ TEST(iCalendarSaveTask, SaveTaskTests){
        "CREATED;CARAMEL=PLEASE:20160131T080000Z\n"
        "DESCRIPTION;ALTREP=\"null:nodata\";LANGUAGE=kw;EXAMPLE=TOKEN;MOREDATA=YES:This \n"
        " is a description of the todo.\n"
+       "DTSTART;VALUE=DATE-TIME;TZID=Europe/Truro;PARAMONE=YES;PARAMTWO=NO:20160131T1\n"
+       " 03000Z\n"
        "END:VTODO\n"
        "END:VCALENDAR";
        
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy