Monotone-Parent: 6127aab36b319cc2b6c594cdd7434dfabd89bab3

Monotone-Revision: 91f695324033a759f628aa29aa6bbda21c6e7dfa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-28T21:42:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-28 21:42:28 +00:00
parent 309cba267f
commit 6eaba7c3de
3 changed files with 15 additions and 5 deletions
+2 -2
View File
@@ -169,9 +169,9 @@
info = [events nextObject];
while (info)
{
if ([[info objectForKey: @"isopaque"] boolValue])
if ([[info objectForKey: @"c_isopaque"] boolValue])
{
type = [self _fbTypeForEventStatus: [info objectForKey: @"status"]];
type = [self _fbTypeForEventStatus: [info objectForKey: @"c_status"]];
[freebusy addFreeBusyFrom: [info objectForKey: @"startDate"]
to: [info objectForKey: @"endDate"]
type: type];