Click or drag to resize

ICalendarItem Interface

IT Hit WebDAV Classes Reference
Represents folder, file or principal on a CalDAV server. Enables calendar-access feature support discovery.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public interface ICalendarItem
Remarks
This is the marker interface, it does not provide any methods or properties. Items that implement this interface report CalDAV support in OPTIONS requests. If this intervace is found on an item, the DAV header will include calendar-access token.
See Also