mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 10:02:43 +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];
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#import "UIxTaskView.h"
|
||||
#import <NGCards/NGCards.h>
|
||||
#import <SOGo/WOContext+Agenor.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
#import <Appointments/SOGoTaskObject.h>
|
||||
#import <SOGoUI/SOGoDateFormatter.h>
|
||||
#import "UIxComponent+Scheduler.h"
|
||||
|
||||
Reference in New Issue
Block a user