Monotone-Parent: ec16bdb7ba63858784457e5200d914d15be4c55e

Monotone-Revision: bae3f2d15f56ace2300155adab60e9293a29ea32

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-11T19:46:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-10-11 19:46:02 +00:00
parent f15be9f23b
commit 8c929bc16b
4 changed files with 307 additions and 2 deletions
+21
View File
@@ -29,6 +29,7 @@
@class NSTimeZone;
@class iCalAlarm;
@class iCalCalendar;
@class iCalEvent;
@@ -44,6 +45,8 @@ extern NSTimeZone *utcTZ;
NSData *globalObjectId;
NSData *cleanGlobalObjectId;
SOGoUser *user;
BOOL alarmSet;
iCalAlarm *alarm;
}
+ (id) wrapperWithICalEvent: (iCalEvent *) newEvent
@@ -137,6 +140,24 @@ extern NSTimeZone *utcTZ;
- (int) getPidLidAppointmentReplyTime: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
/* reminders */
- (int) getPidLidReminderSet: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPidLidReminderDelta: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPidLidReminderTime: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPidLidReminderSignalTime: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPidLidReminderOverride: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPidLidReminderType: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPidLidReminderPlaySound: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPidLidReminderFileParameter: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
@end
#endif /* MAPISTORECALENDARWRAPPER_H */