Click or drag to resize

IAppleCalendarAsyncGetSharedByAsync Method

IT Hit WebDAV Classes Reference
Indicates that the calendar is shared and if it is shared by owner.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<CalendarSharedBy> GetSharedByAsync()

Task<CalendarSharedBy> GetSharedByAsync()

Return Value

Type: TaskCalendarSharedBy

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

Remarks
If calendar is shared, 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.1)
See Also