Blame SOURCES/evolution-ews-3.28.5-disable-reminder-types.patch

095e69
diff -up evolution-ews-3.28.5/src/calendar/e-cal-backend-ews.c.disable-reminder-types evolution-ews-3.28.5/src/calendar/e-cal-backend-ews.c
095e69
--- evolution-ews-3.28.5/src/calendar/e-cal-backend-ews.c.disable-reminder-types	2018-07-30 16:01:00.000000000 +0200
095e69
+++ evolution-ews-3.28.5/src/calendar/e-cal-backend-ews.c	2018-09-27 18:30:08.889040518 +0200
095e69
@@ -3675,6 +3675,8 @@ ecb_ews_get_backend_property (ECalBacken
095e69
 		return g_strjoin (
095e69
 			",",
095e69
 			CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS,
095e69
+			CAL_STATIC_CAPABILITY_NO_AUDIO_ALARMS,
095e69
+			CAL_STATIC_CAPABILITY_NO_PROCEDURE_ALARMS,
095e69
 			CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY,
095e69
 			CAL_STATIC_CAPABILITY_REMOVE_ALARMS,
095e69
 			CAL_STATIC_CAPABILITY_NO_THISANDPRIOR,