Click or drag to resize

ICalendarReport Interface

IT Hit WebDAV Classes Reference
Represents an item that can process calendar-query and calendar-multiget reports.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public interface ICalendarReport

The ICalendarReport type exposes the following members.

Methods
  NameDescription
Public methodMultiGetAsync
Gets a list of calendar files that correspont to the specified list of item paths.
Public methodQueryAsync
Gets a list of calendar files that match specified filter.
Top
Remarks
Items that implement this interface advertise support for calendar-query and calendar-multiget reports.
See Also