mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Fix exceptions of recurring all-day events
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* iCalRepeatableEntityObject+SOGo.h - this file is part of SOGo
|
||||
Copyright (C) 2004-2005 SKYRIX Software AG
|
||||
Copyright (C) 2008 Inverse inc.
|
||||
Copyright (C) 2008-2013 Inverse inc.
|
||||
|
||||
This file is part of OpenGroupware.org.
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
@interface iCalRepeatableEntityObject (SOGoExtensions)
|
||||
|
||||
- (NSString *) cycleInfo;
|
||||
- (NGCalendarDateRange *) firstOccurenceRange;
|
||||
- (BOOL) doesOccurOnDate: (NSCalendarDate *) occurenceDate;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user