mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
Monotone-Parent: 5260bb507b35c922c9a5e2c04486b16cc874f0d1
Monotone-Revision: 3f946421ff71f1fefa253e72937118e3d016b1ac Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-02T22:27:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -209,8 +209,7 @@
|
||||
deltaStart = (([startDate hourOfDay] * 60 + [startDate minuteOfHour]
|
||||
- dayStartHour * 60) / 15);
|
||||
|
||||
return [NSString stringWithFormat: @"appointment ownerIs%@ starts%d lasts%d",
|
||||
[appointment objectForKey: @"owner"],
|
||||
return [NSString stringWithFormat: @"appointment starts%d lasts%d",
|
||||
deltaStart, deltaLength, [startDate dayOfWeek]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user