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
Syntaxpublic interface ICalendarReportAsync
public interface ICalendarReportAsync
Public Interface ICalendarReportAsync
Public Interface ICalendarReportAsync
public interface class ICalendarReportAsync
public interface class ICalendarReportAsync
type ICalendarReportAsync = interface end
type ICalendarReportAsync = interface end
The ICalendarReportAsync type exposes the following members.
Methods
| Name | Description |
---|
 | MultiGetAsync |
Gets a list of calendar files that correspont to the specified list of item paths.
|
 | QueryAsync |
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