From d4fd237ebb26bf0efd20576c5c399c77fa29471e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 9 May 2007 19:31:57 +0000 Subject: [PATCH] Monotone-Parent: 34df2ce95db78b6833565a16c9535dea4b46e0b6 Monotone-Revision: 8fc592a54a991f0c64da9fe954958df2ceb72e73 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-09T19:31:57 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoFreeBusyObject.m | 2 +- UI/Scheduler/UIxTaskView.m | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoFreeBusyObject.m b/SoObjects/Appointments/SOGoFreeBusyObject.m index c13a2c381..89fd101bd 100644 --- a/SoObjects/Appointments/SOGoFreeBusyObject.m +++ b/SoObjects/Appointments/SOGoFreeBusyObject.m @@ -146,7 +146,7 @@ [calendar setVersion: @"2.0"]; freebusy = [iCalFreeBusy groupWithTag: @"vfreebusy"]; - [freebusy addToAttendees: [self iCalPersonWithUid: uid]]; + [freebusy addToAttendees: [self iCalPersonWithUID: uid]]; [freebusy setTimeStampAsDate: [NSCalendarDate calendarDate]]; [freebusy setStartDate: _startDate]; [freebusy setEndDate: _endDate]; diff --git a/UI/Scheduler/UIxTaskView.m b/UI/Scheduler/UIxTaskView.m index 7cb11d117..0af814079 100644 --- a/UI/Scheduler/UIxTaskView.m +++ b/UI/Scheduler/UIxTaskView.m @@ -22,6 +22,7 @@ #import "UIxTaskView.h" #import #import +#import #import #import #import "UIxComponent+Scheduler.h"