[OGo-Developer] LSJob (instance) does not recognize
setNotificationTime:
Adam Williams
developer@opengroupware.org
Mon, 12 Mar 2007 07:27:29 -0400
Maybe while you hacking about in this bit of code you could also look
at: http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1043
That contains a scrambled patch to add properties (extended attributes)
to tasks.
> due to the lots of explanations how commands are working and how to access
> values of objects,
> I tried again to work on skyjobnotify, to send out task reminders, more on this
> here on this
> bug report:
> http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1167
> In OGoJobs/SkyJobDocument.h, I have a setNotificationTime defined, as it is in
> the
> SkyAppointmentDocument.h for appointments, like this: -
> (void)setNotificationTime:(NSNumber
> *)_notificationTime;