ICalendarDiscoveryGetCalendarHomeSetAsync 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: 13.3.13068
Syntax Task<IEnumerable<IItemCollection>> GetCalendarHomeSetAsync()
Function GetCalendarHomeSetAsync As Task(Of IEnumerable(Of IItemCollection))
Task<IEnumerable<IItemCollection^>^>^ GetCalendarHomeSetAsync()
abstract GetCalendarHomeSetAsync : unit -> Task<IEnumerable<IItemCollection>>
Return Value
Type:
TaskIEnumerableIItemCollection
.
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