SharingInviteAccess Enumeration
IT Hit WebDAV Classes Reference
Shared calendar access level privilege.
Namespace:
ITHit.WebDAV.Server.CalDav
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntaxpublic enum SharingInviteAccess
public enum SharingInviteAccess
Public Enumeration SharingInviteAccess
Public Enumeration SharingInviteAccess
public enum class SharingInviteAccess
public enum class SharingInviteAccess
type SharingInviteAccess
type SharingInviteAccess
Members
| Member name | Value | Description |
---|
| Read | 0 |
Indicates that the access level granted only allows sharees to read data in the shared calendar.
|
| ReadWrite | 1 |
Indicates that the access level granted allows sharees to read and write all data in the shared calendar, with the exception of components that would trigger scheduling.
|
See Also