From: Steve Brokenshire Date: Sun, 6 Mar 2016 10:54:12 +0000 (+0000) Subject: Added the GetCalendarHome function to the CalDAV header. X-Git-Tag: release-0.02~303 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=733bd635fc1774a5e680bb3fe16cec1e0603b972;p=xestiacalendar%2F.git Added the GetCalendarHome function to the CalDAV header. --- diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index da3b58c..8934d5a 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -110,6 +110,7 @@ class CalDAV{ private: string ProcessXMLUserPrincipal(); + string ProcessXMLCalendarHome(); bool MatchXMLName(xmlNodePtr *NodePtr, string NodeName); string FetchXMLData(xmlNodePtr *NodePtr);