From 9e0e63ef8c6f2799b8b55498635c73b26c8ea98c Mon Sep 17 00:00:00 2001 From: znek Date: Sun, 27 Jun 2004 22:16:55 +0000 Subject: [PATCH] SOGoLogic test git-svn-id: http://svn.opengroupware.org/SOGo/trunk@65 d1b88da0-ebda-0310-925b-ed51d893ca5b --- ZideStore/UI-X/ChangeLog | 7 +++++++ ZideStore/UI-X/Scheduler/GNUmakefile.preamble | 2 +- ZideStore/UI-X/Scheduler/UIxAppointmentView.m | 9 +++++++++ ZideStore/UI-X/Scheduler/UIxAppointmentView.wox | 7 +++++++ 4 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ZideStore/UI-X/ChangeLog b/ZideStore/UI-X/ChangeLog index df753d1f..f5f3d070 100644 --- a/ZideStore/UI-X/ChangeLog +++ b/ZideStore/UI-X/ChangeLog @@ -1,3 +1,10 @@ +2004-06-28 Marcus Mueller + + * Scheduler/GNUmakefile.preamble: links against libSOGoLogic now. + + * Scheduler/UIxAppointmentView.m, Scheduler/UIxAppointmentView.wox: + test of iCal object. + 2004-06-23 Marcus Mueller * UIxCalMonthOverview.[m,wox]: completed month view. Turned out to diff --git a/ZideStore/UI-X/Scheduler/GNUmakefile.preamble b/ZideStore/UI-X/Scheduler/GNUmakefile.preamble index dc276a7e..c2fecf53 100644 --- a/ZideStore/UI-X/Scheduler/GNUmakefile.preamble +++ b/ZideStore/UI-X/Scheduler/GNUmakefile.preamble @@ -12,4 +12,4 @@ SchedulerUI_LIB_DIRS += -L$(RELBUILD_DIR_libZideStoreCommonUI) SchedulerUI_BUNDLE_LIBS += \ -lNGObjWeb -lNGScripting \ -lNGMime -lNGStreams -lNGExtensions -lEOControl \ - -lXmlRpc -lDOM -lSaxObjC -lZideStoreCommonUI + -lXmlRpc -lDOM -lSaxObjC -lSOGoLogic -lZideStoreCommonUI diff --git a/ZideStore/UI-X/Scheduler/UIxAppointmentView.m b/ZideStore/UI-X/Scheduler/UIxAppointmentView.m index 8fb761af..e693810f 100644 --- a/ZideStore/UI-X/Scheduler/UIxAppointmentView.m +++ b/ZideStore/UI-X/Scheduler/UIxAppointmentView.m @@ -20,4 +20,13 @@ return [[self clientObject] aptManagerInContext:[self context]]; } +- (id)sogoApt { + NSString *iCalString; + id apt; + + iCalString = [[self clientObject] iCalString]; + apt = [[NSClassFromString(@"SOGoAppointment") alloc] initWithiCalString:iCalString]; + return apt; +} + @end /* UIxAppointmentView */ diff --git a/ZideStore/UI-X/Scheduler/UIxAppointmentView.wox b/ZideStore/UI-X/Scheduler/UIxAppointmentView.wox index 171cb947..7d64959e 100644 --- a/ZideStore/UI-X/Scheduler/UIxAppointmentView.wox +++ b/ZideStore/UI-X/Scheduler/UIxAppointmentView.wox @@ -26,4 +26,11 @@ As Mail:
+ +
+ + As SOGoApt:
+
+
+ -- 2.39.5