Monotone-Parent: fbd5dc5dd3cd59f6e6a2191cb2c961e490f7a2eb

Monotone-Revision: 54a0f4ee758452e92bd725022f21fd6e2d4c95e0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-09T20:14:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-06-09 20:14:45 +00:00
parent 125ad28272
commit 9455bc0d2c
+4 -2
View File
@@ -179,10 +179,12 @@ static unsigned int freebusyRangeEnd = 0;
}
}
if (type == iCalFBBusy || type == iCalFBBusyTentative || type == iCalFBBusyUnavailable)
if (type == iCalFBBusy
|| type == iCalFBBusyTentative
|| type == iCalFBBusyUnavailable)
[freebusy addFreeBusyFrom: [info objectForKey: @"startDate"]
to: [info objectForKey: @"endDate"]
type: iCalFBBusyUnavailable];
type: type];
}
[calendar setUniqueChild: freebusy];