DocumentFinderGetCalendarEntries Method
            Get list of calendar entries for given period of time.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Get list of calendar entries for given period of time")]
public CalendarEntry[] GetCalendarEntries(
	DateTime startDate,
	DateTime endDate,
	bool includeEvents
)
- startDate  DateTime
 - endDate  DateTime
 - includeEvents  Boolean
 
CalendarEntry