LOTUSSCRIPT/COM/OLE CLASSES


FindFreeTimeDialogEx method
Example

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$


optPeopleItems$
reqRoomsItems$
optRoomsItems$
reqResourcesItems$
optResourcesItems$
removedPeopleItems$
startDateItem$
endDateItem$
Return value

flag


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:


This method is the same as the FindFreeTimeDialog method, except that the parameters that point to Text fields are arrays, and the method has a return value.

Example
See Also