[evolution-data-server] Bug #703053 - Error on setting reminder 'after start of appointment'



commit c3aca8b72b6a469c119f227ed0ec6e5f3f886987
Author: Fabiano Fidêncio <fidencio redhat com>
Date:   Tue Jun 25 14:52:37 2013 +0200

    Bug #703053 - Error on setting reminder 'after start of appointment'
    
    As EWS doesn't support setting 'after start' reminders, let's create
    a new capability to help us when we should avoid to show the option
    to the user

 calendar/libecal/e-cal-util.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/calendar/libecal/e-cal-util.h b/calendar/libecal/e-cal-util.h
index 2c9a355..d0cb2fa 100644
--- a/calendar/libecal/e-cal-util.h
+++ b/calendar/libecal/e-cal-util.h
@@ -104,6 +104,15 @@ gboolean   e_cal_util_event_dates_match    (icalcomponent *icalcomp1,
 #define CAL_STATIC_CAPABILITY_NO_TRANSPARENCY          "no-transparency"
 
 /**
+ * CAL_STATIC_CAPABILITY_NO_ALARM_AFTER_START:
+ *
+ * Flag indicating that the backend does not support alarm after start the event
+ *
+ * Since: 3.8
+ */
+#define CAL_STATIC_CAPABILITY_NO_ALARM_AFTER_START     "no-alarm-after-start"
+
+/**
  * CAL_STATIC_CAPABILITY_BULK_ADDS:
  *
  * Flag indicating that the backend supports bulk additions.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]