diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 5c2d39c72..da2fda638 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -128,7 +128,7 @@ [stamp setTimeZone: utc]; s = [self iCalParticipantsAndResourcesStringFromQueryParameters]; - template = [NSString stringWithFormat:iCalStringTemplate, + template = [NSString stringWithFormat: iCalStringTemplate, [[self clientObject] nameInContainer], [stamp iCalFormattedDateTimeString], [lStartDate iCalFormattedDateTimeString], diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index e23e664a8..41eb62bc2 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -761,7 +761,6 @@ return iCalString; } - - (NSArray *) availableCalendars { NSEnumerator *rawContacts;