mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 14:13:19 +00:00
Monotone-Parent: 044582e9ad4ddb9d86e36c14f35c91195c979b7c
Monotone-Revision: 8f6b1948a4de37d255b2c1ab1d3f1baa780f455d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-05-06T19:30:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -254,9 +254,9 @@
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
calFolder = [folders objectAtIndex: count];
|
||||
if (![calFolder isSubscription])
|
||||
if (![calFolder isSubscription] && [calFolder includeInFreeBusy])
|
||||
[infos addObjectsFromArray: [calFolder fetchFreeBusyInfosFrom: startDate
|
||||
to: endDate]];
|
||||
to: endDate]];
|
||||
}
|
||||
|
||||
return infos;
|
||||
|
||||
Reference in New Issue
Block a user