[evolution-data-server/gnome-40] I#329 - Calendar: Add SIMPLE_MEMO_WITH_SUMMARY capability



commit 9fcca4f5c3a4019b58f4a22612d69bb36a03d924
Author: Milan Crha <mcrha redhat com>
Date:   Wed Apr 28 08:54:41 2021 +0200

    I#329 - Calendar: Add SIMPLE_MEMO_WITH_SUMMARY capability
    
    Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/329
    Related to https://gitlab.gnome.org/GNOME/evolution-etesync/-/issues/10

 src/calendar/libecal/e-cal-util.h | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/src/calendar/libecal/e-cal-util.h b/src/calendar/libecal/e-cal-util.h
index 425eef9e8..71999bad3 100644
--- a/src/calendar/libecal/e-cal-util.h
+++ b/src/calendar/libecal/e-cal-util.h
@@ -210,6 +210,17 @@ G_BEGIN_DECLS
  **/
 #define E_CAL_STATIC_CAPABILITY_SIMPLE_MEMO            "simple-memo"
 
+/**
+ * E_CAL_STATIC_CAPABILITY_SIMPLE_MEMO_WITH_SUMMARY:
+ *
+ * Similar to the %E_CAL_STATIC_CAPABILITY_SIMPLE_MEMO, except the backend stores
+ * the description and the summary separately.
+ *
+ * Since: 3.40.1
+ **/
+
+#define E_CAL_STATIC_CAPABILITY_SIMPLE_MEMO_WITH_SUMMARY "simple-memo-with-summary"
+
 struct _ECalClient;
 
 ICalComponent *        e_cal_util_new_top_level        (void);


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