summaryrefslogtreecommitdiff
path: root/calendar
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-19 00:05:55 +0000
committerJP Rosevear <jpr@src.gnome.org>2004-03-19 00:05:55 +0000
commitef734cad97a8000521ae2f2fc500c5d39483f3a3 (patch)
tree23113b45e198bf634cef14b1857b21fa1ec54cf9 /calendar
parent44159fe444550cb0599049db6095a12e60043ce5 (diff)
downloadevolution-data-server-ef734cad97a8000521ae2f2fc500c5d39483f3a3.tar.gz
send back "freeBusySessionId" rather than "session"
2004-03-18 JP Rosevear <jpr@ximian.com> * backends/groupwise/e-cal-backend-groupwise-utils.c (e_gw_connection_get_freebusy_info): send back "freeBusySessionId" rather than "session"
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/backends/groupwise/e-cal-backend-groupwise-utils.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ab89a11db..abf99d544 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,6 +1,12 @@
2004-03-18 JP Rosevear <jpr@ximian.com>
* backends/groupwise/e-cal-backend-groupwise-utils.c
+ (e_gw_connection_get_freebusy_info): send back "freeBusySessionId"
+ rather than "session"
+
+2004-03-18 JP Rosevear <jpr@ximian.com>
+
+ * backends/groupwise/e-cal-backend-groupwise-utils.c
(start_freebusy_session): put the xml prefixes back in, they
weren't the issue
diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c b/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
index 773df5da2..0b4a76e84 100644
--- a/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
+++ b/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
@@ -487,7 +487,7 @@ e_gw_connection_get_freebusy_info (EGwConnection *cnc, GList *users, time_t star
msg = e_gw_message_new_with_header (e_gw_connection_get_uri (cnc),
e_gw_connection_get_session_id (cnc),
"getFreeBusyRequest");
- e_gw_message_write_string_parameter (msg, "session", NULL, session);
+ e_gw_message_write_string_parameter (msg, "freeBusySessionId", NULL, session);
e_gw_message_write_footer (msg);
/* send message to server */