[evolution-data-server/treitter-client-gdbus] Bug #394567 - Use correct FBTYPE values in GroupWise calendar backend



commit 4d22def08396e46d1d128b455310c727b022213d
Author: Jari Urpalainen <jari urpalainen nokia com>
Date:   Fri Nov 27 12:36:55 2009 +0100

    Bug #394567 - Use correct FBTYPE values in GroupWise calendar backend

 .../groupwise/e-cal-backend-groupwise-utils.c      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c b/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
index c2484e6..f572db3 100644
--- a/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
+++ b/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
@@ -1919,9 +1919,9 @@ e_gw_connection_get_freebusy_info (EGwConnection *cnc, GList *users, time_t star
 				if (!strcmp (accept_level, "Busy"))
 					icalproperty_set_parameter_from_string (icalprop, "FBTYPE", "BUSY");
 				else if (!strcmp (accept_level, "Tentative"))
-					icalproperty_set_parameter_from_string (icalprop, "FBTYPE", "BUSYTENTATIVE");
+					icalproperty_set_parameter_from_string (icalprop, "FBTYPE", "BUSY-TENTATIVE");
 				else if (!strcmp (accept_level, "OutOfOffice"))
-					icalproperty_set_parameter_from_string (icalprop, "FBTYPE", "BUSYUNAVAILABLE");
+					icalproperty_set_parameter_from_string (icalprop, "FBTYPE", "BUSY-UNAVAILABLE");
 				else if (!strcmp (accept_level, "Free"))
 					icalproperty_set_parameter_from_string (icalprop, "FBTYPE", "FREE");
 				g_free (accept_level);



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