Function Get-OLCalendarItem { <# .SYNOPSIS A function to retreive Outlook Calender items between two dates. Returns PSobjects containing each item. .DESCRIPTION The function opens one's outlook calender, then retrieves the items. The function takes 2 parameter: start, end – items are returned that start betweween these two dates. .NOTES File Name : Get-OLCalendarItem… Read the full text.