Click or drag to resize

ICalendarReportAsync 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: 11.3.10719
Syntax
public interface ICalendarReportAsync

public interface ICalendarReportAsync

The ICalendarReportAsync 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