Click or drag to resize

IAppleCalendarAsyncGetInviteAsync Method

IT Hit WebDAV Classes Reference
Provides a list of users to whom the calendar has been shared.

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

Task<IEnumerable<SharingInvite>> GetInviteAsync()

Return Value

Type: TaskIEnumerableSharingInvite

[Missing <returns> documentation for "M:ITHit.WebDAV.Server.CalDav.IAppleCalendarAsync.GetInviteAsync"]

Remarks
If calendar is shared, in addition to the list of SharingInvite it must return SharedByOwner if the current user is the owner of this calendar or Shared for any other user with whom this calendar is shared. http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing.txt (Section 5.2.2)
See Also