Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added RESOURCES property for saving data from a CalendarEventObject.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 4 Jun 2016 20:14:23 +0000 (21:14 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 4 Jun 2016 20:14:23 +0000 (21:14 +0100)
Added the code and unit tests for the RESOURCES property.

source/objects/calendarevent/CalendarEvent-Save.cpp
source/tests/xestiacalendar_icaleventsave.h

index d7251aa..0cf4cda 100644 (file)
@@ -1064,6 +1064,52 @@ void CalendarEventObject::SaveObjectData(string *SaveData){
                
        }
        
+       // Process the RESOURCES value.
+       
+       if (ResourcesData.size() > 0){
+               
+               for (int ResourcesDataSeek = 0; ResourcesDataSeek < ResourcesData.size();
+                       ResourcesDataSeek++){
+       
+                       DataLine += "RESOURCES";
+                       
+                       if (ResourcesDataAltRep[ResourcesDataSeek].size() > 0){
+               
+                               DataLine += ";ALTREP=\"";
+                               DataLine += ResourcesDataAltRep[ResourcesDataSeek];
+                               DataLine += "\"";
+                       
+                       }
+                               
+                       if (ResourcesDataLanguage[ResourcesDataSeek].size() > 0){
+               
+                               DataLine += ";LANGUAGE=";
+                               DataLine += ResourcesDataLanguage[ResourcesDataSeek];
+                       
+                       }
+                       
+                       if (ResourcesDataTokens[ResourcesDataSeek].size() > 0){
+               
+                               DataLine += ";";
+                               DataLine += ResourcesDataTokens[ResourcesDataSeek];
+                       
+                       }
+                               
+                       DataLine += ":";
+                       DataLine += ResourcesData[ResourcesDataSeek];
+                       DataLine += "\n";
+               
+                       DataLineProcessed = OutputText(&DataLine);
+               
+                       *SaveData += DataLineProcessed;
+
+                       DataLine.clear();
+                       DataLineProcessed.clear();
+                               
+               }
+               
+       }
+       
        *SaveData += "END:VEVENT\n";
        
 }
\ No newline at end of file
index d7794da..2b52dc5 100644 (file)
@@ -126,6 +126,9 @@ TEST(iCalendarSaveEvent, SaveEventTests){
        "RELATED-TO:person.1@example.com\n"
        "RELATED-TO;RELTYPE=PARENT:person.2@example.com\n"
        "RELATED-TO;SCHOOL=MEETING:person.3@example.com\n"
+       "RESOURCES:DMAC RECEIVER\n"
+       "RESOURCES;LANGUAGE=en:PAL-I TELEVISION SET\n"
+       "RESOURCES;ALTREP=\"null:nodata\";STATUS=BROKEN:PAL/SECAM VCR\n"
        "END:VEVENT\n"
        "END:VCARD";
 
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