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
Public Enumeration CalendarSharedBy
public enum class CalendarSharedBy
Members
| Member name | Value | Description |
---|
| NotShared | 0 |
Indicates that the calendar is not shared.
|
| SharedByOwner | 1 |
Indicates that the calendar is owned by the current user and is being shared by them.
|
| Shared | 2 |
Indicates that the calendar is owned by another user and is being shared to the current user.
|
See Also