+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
SchedulerUI_BUNDLE_LIBS += \
-lNGObjWeb -lNGScripting \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
- -lXmlRpc -lDOM -lSaxObjC -lZideStoreCommonUI
+ -lXmlRpc -lDOM -lSaxObjC -lSOGoLogic -lZideStoreCommonUI
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 */
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>