[evolution-ews/gnome-3-30] Enable only Notification reminders in the calendar
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-3-30] Enable only Notification reminders in the calendar
- Date: Tue, 25 Sep 2018 08:57:27 +0000 (UTC)
commit 6e5e92f957e8bb395f1c8cb1cba038952a7d1a16
Author: Milan Crha <mcrha redhat com>
Date: Tue Sep 25 10:54:31 2018 +0200
Enable only Notification reminders in the calendar
EWS calendars support only Notifications, thus disable all the other
types in the GUI, to not confuse users.
src/calendar/e-cal-backend-ews.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 5176e399..bf995813 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -3738,6 +3738,8 @@ ecb_ews_get_backend_property (ECalBackend *cal_backend,
return g_strjoin (
",",
CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS,
+ CAL_STATIC_CAPABILITY_NO_AUDIO_ALARMS,
+ CAL_STATIC_CAPABILITY_NO_PROCEDURE_ALARMS,
CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY,
CAL_STATIC_CAPABILITY_REMOVE_ALARMS,
CAL_STATIC_CAPABILITY_NO_THISANDPRIOR,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]