mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: 34df2ce95db78b6833565a16c9535dea4b46e0b6
Monotone-Revision: 8fc592a54a991f0c64da9fe954958df2ceb72e73 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-09T19:31:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
[calendar setVersion: @"2.0"];
|
||||
|
||||
freebusy = [iCalFreeBusy groupWithTag: @"vfreebusy"];
|
||||
[freebusy addToAttendees: [self iCalPersonWithUid: uid]];
|
||||
[freebusy addToAttendees: [self iCalPersonWithUID: uid]];
|
||||
[freebusy setTimeStampAsDate: [NSCalendarDate calendarDate]];
|
||||
[freebusy setStartDate: _startDate];
|
||||
[freebusy setEndDate: _endDate];
|
||||
|
||||
Reference in New Issue
Block a user