LOTUSSCRIPT/COM/OLE CLASSES


FindFreeTimeDialog method
Example

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$


optPeopleItems$
reqRoomsItems$
optRoomsItems$
reqResourcesItems$
optResourcesItems$
removedPeopleItems$
startDateItem$
endDateItem$
Usage

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:


See also the FindFreeTimeDialogEx method, which allows the specification of multiple fields and has a return value.

Language cross-reference

FindFreeTimeDialog @command in formula language

Example
See Also