Fix exceptions of recurring all-day events

This commit is contained in:
Francis Lachapelle
2013-01-21 14:11:38 -05:00
parent ddc9a1b3f5
commit 5bbb5df2a8
5 changed files with 42 additions and 65 deletions
@@ -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