Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added initial versions of several CalDAV objects.
authorKiri <kiri@Alejandra.alejandra.local>
Sat, 20 Feb 2016 09:48:44 +0000 (09:48 +0000)
committerKiri <kiri@Alejandra.alejandra.local>
Sat, 20 Feb 2016 09:48:44 +0000 (09:48 +0000)
source/objects/CalDAV/CalDAV.h

index 0413429..c4f1a8b 100644 (file)
@@ -6,6 +6,47 @@
 
 using namespace std;
 
+// CalDAVConnectionData: used for
+// connecting to the server.
+
+enum CalDAVQueryResult {
+       CALDAVQUERYRESULT_UNITTESTFAIL = -1,
+       CALDAVQUERYRESULT_OK
+};
+
+struct CalDAVConnectionData{
+       
+       string Hostname;
+       int Port;
+       string Username;
+       string Password;
+       string Prefix;
+       bool UseSSL;
+       
+};
+
+// CalDAVStatusData: used for
+// getting the current server
+// settings for the CalDAV
+// object.
+
+struct CalDAVStatus{
+
+               
+
+};
+
+// CalDAVServerResult: used for
+// getting the result of the
+// request made via the CalDAV
+// object.
+
+struct CalDAVServerResult{
+
+       
+
+};
+
 class CalDAV{
 
        
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