Click or drag to resize

ICalendarDiscoveryAsyncGetCalendarHomeSetAsync Method

IT Hit WebDAV Classes Reference
Returns list of folder items that contain calendars owned by this principal.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<IEnumerable<IItemCollectionAsync>> GetCalendarHomeSetAsync()

Task<IEnumerable<IItemCollectionAsync>> GetCalendarHomeSetAsync()

Return Value

Type: TaskIEnumerableIItemCollectionAsync
.
Remarks
Note that this property returns list of folders that contain calendar folders, NOT the calendar folders themselves. http://tools.ietf.org/html/rfc4791#section-6.2.1
See Also