From 733bd635fc1774a5e680bb3fe16cec1e0603b972 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 6 Mar 2016 10:54:12 +0000 Subject: [PATCH] Added the GetCalendarHome function to the CalDAV header. --- source/objects/CalDAV/CalDAV.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2