CalendarView(DateTime, DateTime) - 过滤器中使用了 属性(s) 个约会

CalendarView(DateTime, DateTime) - what property(s) of the appointments are used in the filter

我正在使用 CalendarView(DateTime, DateTime) 构造函数按日期筛选约会项目。我不确定约会的 属性(s) 到底是用来构建这个的。

此过滤器仅针对开始日期,还是return在提供的日期范围内结束的任何约会。

该视图告诉服务器 return 在某个时间范围内发生的约会,并展开该范围内的任何重复约会。根据 https://msdn.microsoft.com/en-us/library/office/aa564515(v=exchg.150).aspx "All calendar items that have an end time that is before StartDate will not be returned" 和 "All calendar items that have a start time that is on or after EndDate will not be returned"。在 TimeWindow 期间发生的约会(即使它们在它之前开始)应该 returned。

干杯 格伦