Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added code to process the URL property in CalendarFreeBusyObject.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 1 Feb 2016 21:21:16 +0000 (21:21 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 1 Feb 2016 21:21:16 +0000 (21:21 +0000)
source/objects/calendarfreebusy/CalendarFreeBusy.cpp

index a993d46..89bef5a 100644 (file)
@@ -405,4 +405,22 @@ void CalendarFreeBusyObject::ProcessData(){
                
        }
        
+       // Process the data from URL.
+       
+       DataReceived = ProcessTextVectors(&ObjectName, &ObjectData, false, "URL");
+       
+       if (DataReceived.begin() != DataReceived.end()){
+       
+               try {
+                       URLDataTokens = DataReceived.begin()->first.substr(4);
+               }
+               
+               catch(const out_of_range &oor){
+                       // Do nothing as there is no data.
+               }               
+               
+               URLData = DataReceived.begin()->second;
+               
+       }
+       
 }
\ No newline at end of file
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