]> err.no Git - scalable-opengroupware.org/commitdiff
SOGoLogic test
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 27 Jun 2004 22:16:55 +0000 (22:16 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 27 Jun 2004 22:16:55 +0000 (22:16 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@65 d1b88da0-ebda-0310-925b-ed51d893ca5b

ZideStore/UI-X/ChangeLog
ZideStore/UI-X/Scheduler/GNUmakefile.preamble
ZideStore/UI-X/Scheduler/UIxAppointmentView.m
ZideStore/UI-X/Scheduler/UIxAppointmentView.wox

index df753d1f42502c7a9f21a5db0db86a3d1e09b84d..f5f3d0701188402deb4af4497860b58e9dd6d947 100644 (file)
@@ -1,3 +1,10 @@
+2004-06-28  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * Scheduler/GNUmakefile.preamble: links against libSOGoLogic now.
+
+       * Scheduler/UIxAppointmentView.m, Scheduler/UIxAppointmentView.wox:
+         test of iCal object.
+
 2004-06-23  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * UIxCalMonthOverview.[m,wox]: completed month view. Turned out to
index dc276a7e51d05a852e1d3f5197eed046d92851e1..c2fecf5378f293ff333dafe324c9b34be7b2de2c 100644 (file)
@@ -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
index 8fb761afa6133c0bb89af98fdc9bc7fa0ef7af2c..e693810f98662fb6661c9812b198f934c5538f66 100644 (file)
   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 */
index 171cb947ec703385a64f786b22e41e9c724e19d3..7d64959ed6402de56573d21e14bcf62d4a03e3c6 100644 (file)
 
     As Mail:<br />
     <pre><var:string value="clientObject.iCalMailString"/></pre>
+
+    <hr />
+
+    As SOGoApt:<br />
+    <pre><var:string value="sogoApt"/></pre>
+    <pre><var:string value="sogoApt.event"/></pre>
+
 </var:component>