mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user