From acc457ce286ec3716b00c074ced297bbd8ab7d89 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 6 Mar 2016 11:10:24 +0000 Subject: [PATCH] fixup! 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 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); }; -- 2.39.2