[OGo-Developer] LSJob (instance) does not recognize setNotificationTime:

Sebastian Reitenbach developer@opengroupware.org
Mon, 12 Mar 2007 10:33:18 +0100


Hi,

> 
> > Reason: LSJob (instance) does not recognize setNotificationTime:
> 
> Yes, the LSJob class has no such method. You defined it on  
> "SkyAppointmentDocument".
> 
> You probably want to do:
> 
>    [job takeValue:nil forKey:@"notificationTime"];
yes, this works well. I tried a setValue: forKey, but that already created a
compiler 
warning.

I think then I'll get it resetting the notification_time colum in the database
today.


thanks a lot
Sebastian