Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Removed RequestStatus* from X-* in the derived CalendarObjects
[xestiacalendar/.git] / source / objects / calendarevent / CalendarEvent.cpp
index 4cda82d..62a347b 100644 (file)
@@ -1454,4 +1454,26 @@ void CalendarEventObject::ProcessData(){
                
        }
        
+       ObjectSeekCount = 0;
+       
+       // Process data from X-*
+       
+       for(vector<string>::iterator iter = ObjectName.begin(); 
+               iter != ObjectName.end(); ++iter){
+                       
+               bool TokenData = false;
+               string PropertyTokens;
+               
+               if (iter->substr(0,2) == "X-" &&
+                       iter->size() > 2){
+                       
+                       XTokensData.push_back(ObjectData[ObjectSeekCount]);
+                       XTokensDataTokens.push_back(ObjectName[ObjectSeekCount]);
+                               
+               }
+               
+               ObjectSeekCount++;
+               
+       }
+       
 }
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