Click or drag to resize

CalendarSharedBy Enumeration

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

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public enum CalendarSharedBy
Members
  Member nameValueDescription
NotShared0 Indicates that the calendar is not shared.
SharedByOwner1 Indicates that the calendar is owned by the current user and is being shared by them.
Shared2 Indicates that the calendar is owned by another user and is being shared to the current user.
See Also