[evolution-data-server] Introduce CAL_STATIC_CAPABILITY_ALL_DAY_EVENT_AS_TIME



commit ca9d6cd3302b49dfc4a9b9bff3a9e21719d096de
Author: Milan Crha <mcrha redhat com>
Date:   Wed Aug 12 08:59:28 2015 +0200

    Introduce CAL_STATIC_CAPABILITY_ALL_DAY_EVENT_AS_TIME

 calendar/libecal/e-cal-util.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/calendar/libecal/e-cal-util.h b/calendar/libecal/e-cal-util.h
index 5d96956..0fca0c8 100644
--- a/calendar/libecal/e-cal-util.h
+++ b/calendar/libecal/e-cal-util.h
@@ -202,6 +202,17 @@ gboolean   e_cal_util_event_dates_match    (icalcomponent *icalcomp1,
  **/
 #define CAL_STATIC_CAPABILITY_REFRESH_SUPPORTED                "refresh-supported"
 
+/**
+ * CAL_STATIC_CAPABILITY_ALL_DAY_EVENT_AS_TIME:
+ *
+ * Let the client know that it should store All Day event times as time
+ * with a time zone, rather than as a date.
+ *
+ * Since: 3.18
+ **/
+#define CAL_STATIC_CAPABILITY_ALL_DAY_EVENT_AS_TIME    "all-day-event-as-time"
+
+
 /* Recurrent events. Management for instances */
 icalcomponent *        e_cal_util_construct_instance   (icalcomponent *icalcomp,
                                                 struct icaltimetype rid);


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