From 4c679f1f7b77fe870c549ce1fd56b86a87a21293 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 25 Oct 2021 16:05:57 -0400 Subject: [PATCH] fix(calendar): send modification notifications for tasks --- SoObjects/Appointments/SOGoCalendarComponent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.h b/SoObjects/Appointments/SOGoCalendarComponent.h index 3ecb0d007..761728c16 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.h +++ b/SoObjects/Appointments/SOGoCalendarComponent.h @@ -30,6 +30,7 @@ @class NSString; @class iCalCalendar; +@class iCalEntityObject; @class iCalEvent; @class iCalPerson; @class iCalRepeatableEntityObject;