Hello,
I've got to make an automated Reservation on Web with Lotus Notes 4.6.
There is an predefined base where you can do this on Lotus Notes and
im trying to modify it, so it can be used on Web.
A principal funcition to show wich rooms are free for reservation is this
one :
@FindFreeResource(Keyarg;ResourceType;StartDateTime;EndDateTime;Capacity)
it's an undocumented function. I've discovered all information this funcion needs,
but now the only ones I hang on are StartDateTime and EndDateTime.
They've got to have a special kind of Format. It seems to be not simple Text.
I inserted a simple StartDateTime and EndDateTime('@Date(@Now)') and the funcion returned, that it had not found free rooms to reservate.
Is there anybody who knows, what exactly needs this function?
especialy Start- and EndDateTime
thanks
apfelsine
I've got to make an automated Reservation on Web with Lotus Notes 4.6.
There is an predefined base where you can do this on Lotus Notes and
im trying to modify it, so it can be used on Web.
A principal funcition to show wich rooms are free for reservation is this
one :
@FindFreeResource(Keyarg;ResourceType;StartDateTime;EndDateTime;Capacity)
it's an undocumented function. I've discovered all information this funcion needs,
but now the only ones I hang on are StartDateTime and EndDateTime.
They've got to have a special kind of Format. It seems to be not simple Text.
I inserted a simple StartDateTime and EndDateTime('@Date(@Now)') and the funcion returned, that it had not found free rooms to reservate.
Is there anybody who knows, what exactly needs this function?
especialy Start- and EndDateTime
thanks
apfelsine