[evolution-ews] Bug 753543 - All-day events should have set date and time



commit f2494d1afb56dd568b9ebf1b5d37e184dae27ac7
Author: Milan Crha <mcrha redhat com>
Date:   Wed Aug 12 09:05:33 2015 +0200

    Bug 753543 - All-day events should have set date and time

 src/calendar/e-cal-backend-ews.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 88861ef..3b8f4bf 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -4053,11 +4053,11 @@ e_cal_backend_ews_get_backend_property (ECalBackend *backend,
                        CAL_STATIC_CAPABILITY_NO_THISANDPRIOR,
                        CAL_STATIC_CAPABILITY_NO_THISANDFUTURE,
                        CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK,
-                       //       CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR,
                        CAL_STATIC_CAPABILITY_NO_TASK_ASSIGNMENT,
                        CAL_STATIC_CAPABILITY_SAVE_SCHEDULES,
                        CAL_STATIC_CAPABILITY_NO_ALARM_AFTER_START,
                        CAL_STATIC_CAPABILITY_NO_MEMO_START_DATE,
+                       CAL_STATIC_CAPABILITY_ALL_DAY_EVENT_AS_TIME,
                        NULL);
        } else if (g_str_equal (prop_name, CAL_BACKEND_PROPERTY_CAL_EMAIL_ADDRESS)) {
                /* return email address of the person who opened the calendar */


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