IAppleCalendarGetSharedByAsync 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: 13.3.13068
Syntax Task<CalendarSharedBy> GetSharedByAsync()
Function GetSharedByAsync As Task(Of CalendarSharedBy)
Task<CalendarSharedBy>^ GetSharedByAsync()
abstract GetSharedByAsync : unit -> Task<CalendarSharedBy>
Return Value
Type:
TaskCalendarSharedBy[Missing <returns> documentation for "M:ITHit.WebDAV.Server.CalDav.IAppleCalendar.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