mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-12 08:58:00 +00:00
Monotone-Parent: f98be962d0c592280a8de1c653bbe3828f18ecee
Monotone-Revision: b577b5789ba850c92417e70690576edfd3a2793b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-09T21:10:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,7 +31,10 @@
|
||||
Represents Free/Busy information for a single user as specified in RFC2445.
|
||||
*/
|
||||
|
||||
@class NSArray, NSCalendarDate;
|
||||
@class NSArray;
|
||||
@class NSCalendarDate;
|
||||
|
||||
@class iCalPerson;
|
||||
|
||||
@interface SOGoFreeBusyObject : SOGoObject
|
||||
{
|
||||
@@ -45,6 +48,7 @@
|
||||
to: (NSCalendarDate *) _endDate;
|
||||
- (NSString *) contentAsStringWithMethod: (NSString *) method
|
||||
andUID: (NSString *) uid
|
||||
andOrganizer: (iCalPerson *) organizer
|
||||
from: (NSCalendarDate *) _startDate
|
||||
to: (NSCalendarDate *) _endDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user