From 8955c9583a4425152b4d4f0e8e1435e482c46df7 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 29 May 2016 19:57:05 +0100 Subject: [PATCH] Get the sync-token value for the calendars. When using the GetCalendars function in the CalDAV class to get the list of calendars, also get the sync-token for the calendar. --- source/objects/CalDAV/CalDAV.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/objects/CalDAV/CalDAV.cpp b/source/objects/CalDAV/CalDAV.cpp index a94640f..68def69 100644 --- a/source/objects/CalDAV/CalDAV.cpp +++ b/source/objects/CalDAV/CalDAV.cpp @@ -476,6 +476,7 @@ CalDAVCalendarList CalDAV::GetCalendars(){ " \n" " \n" " \n" + " \n" " \n" " \n" " \n" -- 2.39.2