X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=sidebyside;f=source%2Fobjects%2FCalDAV%2FCalDAV.h;h=fd7095a833740838d5d225944a1cc0e3dc17538e;hb=acc457ce286ec3716b00c074ced297bbd8ab7d89;hp=da3b58c2205130d294c6d96f4d50de1b590ddade;hpb=18117cb75689beaa9f5e96e44c3e0ea00fe1fa0a;p=xestiacalendar%2F.git diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index da3b58c..fd7095a 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); @@ -130,6 +131,7 @@ class CalDAV{ CalDAVCalendarList GetCalendars(); string GetUserPrincipal(); + string GetCalendarHome(string UserPrincipalURI); };