LOTUSSCRIPT/COM/OLE CLASSES
Brings up a "Free Time" dialog box based on the current document.
Note This method is new with Release 5.
Defined in
NotesUIDocument
Syntax
flag = notesUIDocument.FindFreeTimeDialogEx( reqPeopleItems$, optPeopleItems$, reqRoomsItems$, optRoomsItems$, reqResourcesItems$, optResourcesItems$, removedPeopleItems$, startDateItem$, endDateItem$ )
Parameters
reqPeopleItems$
flag
This method is valid only when the document is in Edit mode.
If you don't need a parameter, specify it as an empty string.
The meeting time should not span midnight.
This method causes the following sequence:
Example See Also