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
SyntaxTask<IEnumerable<IItemCollectionAsync>> GetCalendarHomeSetAsync()
Task<IEnumerable<IItemCollectionAsync>> GetCalendarHomeSetAsync()
Function GetCalendarHomeSetAsync As Task(Of IEnumerable(Of IItemCollectionAsync))
Function GetCalendarHomeSetAsync As Task(Of IEnumerable(Of IItemCollectionAsync))
Task<IEnumerable<IItemCollectionAsync^>^>^ GetCalendarHomeSetAsync()
Task<IEnumerable<IItemCollectionAsync^>^>^ GetCalendarHomeSetAsync()
abstract GetCalendarHomeSetAsync : unit -> Task<IEnumerable<IItemCollectionAsync>>
abstract GetCalendarHomeSetAsync : unit -> Task<IEnumerable<IItemCollectionAsync>>
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