mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
SoObjects/Appointments/GNUmakefile
Monotone-Parent: 18c8420c0a0c752ea4dd761f934a473b321568f8 Monotone-Revision: b2699a981cd5458fbd1da1a9a72992020a29a4fc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T21:20:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -284,12 +284,12 @@
|
||||
inContext:[self context]];
|
||||
[self debugWithFormat:@"group calendar: %@", groupCalendar];
|
||||
|
||||
if (![groupCalendar respondsToSelector:@selector(fetchFreebusyInfosFrom:to:)]) {
|
||||
if (![groupCalendar respondsToSelector:@selector(fetchFreeBusyInfosFrom:to:)]) {
|
||||
[self errorWithFormat:@"invalid folder to run freebusy query on!"];
|
||||
return NO;
|
||||
}
|
||||
|
||||
infos = [groupCalendar fetchFreebusyInfosFrom:[_task startDate]
|
||||
infos = [groupCalendar fetchFreeBusyInfosFrom:[_task startDate]
|
||||
to:[_task due]];
|
||||
[self debugWithFormat:@" process: %d tasks", [infos count]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user