From: Steve Brokenshire Date: Sun, 6 Mar 2016 11:10:24 +0000 (+0000) Subject: fixup! Added the GetCalendarHome function to the CalDAV header. X-Git-Tag: release-0.02~300 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=acc457ce286ec3716b00c074ced297bbd8ab7d89;p=xestiacalendar%2F.git fixup! Added the GetCalendarHome function to the CalDAV header. --- diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index 8934d5a..fd7095a 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -131,6 +131,7 @@ class CalDAV{ CalDAVCalendarList GetCalendars(); string GetUserPrincipal(); + string GetCalendarHome(string UserPrincipalURI); };