LOTUSSCRIPT/COM/OLE CLASSES
Brings up a "Free Time" dialog box based on the current document.
Defined in
NotesUIDocument
Syntax
Call notesUIDocument.FindFreeTimeDialog( reqPeopleItems$, optPeopleItems$, reqRoomsItems$, optRoomsItems$, reqResourcesItems$, optResourcesItems$, removedPeopleItems$, startDateItem$, endDateItem$ )
Parameters
reqPeopleItem$
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:
Language cross-reference
FindFreeTimeDialog @command in formula language
Example See Also