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
Public Interface ICalendarReport
public interface class ICalendarReport
type ICalendarReport = interface end
The ICalendarReport 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.
|
TopRemarks
Items that implement this interface advertise support for calendar-query and calendar-multiget
reports.
See Also