When using the Free Busy Connector Management Shell to obtain Free/Busy information for a Domino user. A request for a single day returns an exception error.
Example:
Get-CmnDominoFreeBusy -smtpaddress User1@company.com -StartDate 04/13/2016 -EndDate 04/13/2016
A free busy request via the Free Busy Connector Management Shell with the start and end dates being the same day can not be processed unless time is also specified.
Correct the PowerShell command to request different start and end dates or specify time range to obtain the free busy data.
Example:
Get-CmnDominoFreeBusy -smtpaddress User1@company.com -StartDate 4/13/2016-0900 -EndDate 4/13/2016-1700
Note: Enhancement TFS616775 has been created for Get-CmnDominoFreeBusy to handle start and end date requests on the same day.