AddressEntry.GetFreeBusy (Outlook)
Returns a String value that represents the availability of the individual user for a period of 30 days from the start date, beginning at midnight of the date specified.
GetFreeBusy (Start, MinPerChar, CompleteFormat)
Dim dtStart As Date: dtStart =
Dim lngMinPerChar As Long: lngMinPerChar =
Dim strGetFreeBusy As String
strGetFreeBusy = Session.GetAddressEntryFromID.GetFreeBusy(Start:=dtStart, MinPerChar:=lngMinPerChar)
Arguments
The following arguments are required:
Start (Date) - Specifies the date.
MinPerChar (Long) - Specifies the length of each time slot in minutes. The default value is 30.
Optional arguments
The following argument is optional
CompleteFormat (Boolean) - Specifies a Boolean value that represents the level of information returned for each time slot. The default value is False.