Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.session:freeTimeSearch
 
wm.ln.session:freeTimeSearch
This flow service searches for free time slots for calendaring and scheduling.
Input Parameters
session
Session The Session object to search for free time.
DateRange
DateRange Starting and ending times within which to search for a match. Cannot be null.
duration
String The length in minutes of the free-time interval you want to schedule.
names
String[ ] The name or names of the people or groups whose free time you want to schedule. Cannot be null.
firstfit
String "True" if you just want the first matching date range. "False" if you want all matching times.
Output Parameters
availDateRanges
DateRange[ ] Available times slots. Null if there are no matches.
freeTimeFound
String "True" if one or more slots are found, "False" otherwise.